struct Octokit::Models::Import

Defined in:

octokit/models/migration_source_import.cr

Constructors

Instance Method Summary

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)) #

def self.new(__temp_2124 : JSON::PullParser) #

Instance Method Detail

def authors_count : Int32 #

def authors_count=(_authors_count : Int32) #

def authors_url : String #

def authors_url=(_authors_url : String) #

def commit_count : Int32 #

def commit_count=(_commit_count : Int32) #

def failed_step : String #

def failed_step=(_failed_step : String) #

def has_large_files : Bool #

def has_large_files=(_has_large_files : Bool) #

def html_url : String #

def html_url=(_html_url : String) #

def human_name : Union(String, Nil) #

def human_name=(_human_name : Union(String, Nil)) #

def large_file_size : Int32 #

def large_file_size=(_large_file_size : Int32) #

def large_files_count : Int32 #

def large_files_count=(_large_files_count : Int32) #

def message : String #

def message=(_message : String) #

def percent : Int32 #

def percent=(_percent : Int32) #

def project_choices : Array(Import) #

def project_choices=(_project_choices : Array(Import)) #

def push_percent : Int32 #

def push_percent=(_push_percent : Int32) #

def repository_url : String #

def repository_url=(_repository_url : String) #

def status : String #

def status=(_status : String) #

def status_text : String #

def status_text=(_status_text : String) #

def tfvc_project : Union(String, Nil) #

def tfvc_project=(_tfvc_project : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #

def use_lfs : String #

def use_lfs=(_use_lfs : String) #

def vcs : String #

def vcs=(_vcs : String) #

def vcs_password : Union(String, Nil) #

def vcs_password=(_vcs_password : Union(String, Nil)) #

def vcs_url : String #

def vcs_url=(_vcs_url : String) #

def vcs_username : Union(String, Nil) #

def vcs_username=(_vcs_username : Union(String, Nil)) #