Octokit::Models::Import
Constructors
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_2619 : JSON::PullParser)
Instance methods
authors_count
authors_count=(_authors_count : Int32)
authors_url
authors_url=(_authors_url : String)
commit_count
commit_count=(_commit_count : Int32)
failed_step
failed_step=(_failed_step : String)
has_large_files
has_large_files=(_has_large_files : Bool)
html_url
html_url=(_html_url : String)
human_name
large_file_size
large_file_size=(_large_file_size : Int32)
large_files_count
large_files_count=(_large_files_count : Int32)
message
message=(_message : String)
percent
percent=(_percent : Int32)
project_choices
push_percent
push_percent=(_push_percent : Int32)
repository_url
repository_url=(_repository_url : String)
status
status=(_status : String)
status_text
status_text=(_status_text : String)
tfvc_project
to_json(json : JSON::Builder)
url
url=(_url : String)
use_lfs
use_lfs=(_use_lfs : String)
vcs
vcs=(_vcs : String)
vcs_password
vcs_url
vcs_url=(_vcs_url : String)
vcs_username