struct Octokit::Models::Import
- Octokit::Models::Import
- Struct
- Value
- Object
Defined in:
octokit/models/migration_source_import.crConstructors
- .new(vcs_url : String, vcs : String, vcs_username : Union(String, Nil), vcs_password : Union(String, Nil), tfvc_project : Union(String, Nil), use_lfs : String, has_large_files : Bool, large_file_size : Int32, large_files_count : Int32, status : String, commit_count : Int32, status_text : String, authors_count : Int32, percent : Int32, push_percent : Int32, url : String, html_url : String, authors_url : String, repository_url : String, message : String, failed_step : String, human_name : Union(String, Nil), project_choices : Array(Import))
- .new(__temp_2746 : JSON::PullParser)
Instance Method Summary
- #authors_count : Int32
- #authors_count=(_authors_count : Int32)
- #authors_url : String
- #authors_url=(_authors_url : String)
- #commit_count : Int32
- #commit_count=(_commit_count : Int32)
- #failed_step : String
- #failed_step=(_failed_step : String)
- #has_large_files : Bool
- #has_large_files=(_has_large_files : Bool)
- #html_url : String
- #html_url=(_html_url : String)
- #human_name : Union(String, Nil)
- #human_name=(_human_name : Union(String, Nil))
- #large_file_size : Int32
- #large_file_size=(_large_file_size : Int32)
- #large_files_count : Int32
- #large_files_count=(_large_files_count : Int32)
- #message : String
- #message=(_message : String)
- #percent : Int32
- #percent=(_percent : Int32)
- #project_choices : Array(Import)
- #project_choices=(_project_choices : Array(Import))
- #push_percent : Int32
- #push_percent=(_push_percent : Int32)
- #repository_url : String
- #repository_url=(_repository_url : String)
- #status : String
- #status=(_status : String)
- #status_text : String
- #status_text=(_status_text : String)
- #tfvc_project : Union(String, Nil)
- #tfvc_project=(_tfvc_project : Union(String, Nil))
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
- #use_lfs : String
- #use_lfs=(_use_lfs : String)
- #vcs : String
- #vcs=(_vcs : String)
- #vcs_password : Union(String, Nil)
- #vcs_password=(_vcs_password : Union(String, Nil))
- #vcs_url : String
- #vcs_url=(_vcs_url : String)
- #vcs_username : Union(String, Nil)
- #vcs_username=(_vcs_username : Union(String, Nil))
Constructor Detail
def self.new(vcs_url : String, vcs : String, vcs_username : Union(String, Nil), vcs_password : Union(String, Nil), tfvc_project : Union(String, Nil), use_lfs : String, has_large_files : Bool, large_file_size : Int32, large_files_count : Int32, status : String, commit_count : Int32, status_text : String, authors_count : Int32, percent : Int32, push_percent : Int32, url : String, html_url : String, authors_url : String, repository_url : String, message : String, failed_step : String, human_name : Union(String, Nil), project_choices : Array(Import))
#