WebService::GitHub::Migrations::SourceImports
Cancel an import
WebService::GitHub::Migrations::SourceImports.cancel-import( Str $owner
, Str $repo
)
Get commit authors
WebService::GitHub::Migrations::SourceImports.get-commit-authors( Str $owner
, Str $repo
, Int(Str) :$since
)
Get an import status
WebService::GitHub::Migrations::SourceImports.get-import-status( Str $owner
, Str $repo
)
Get large files
WebService::GitHub::Migrations::SourceImports.get-large-files( Str $owner
, Str $repo
)
Map a commit author
WebService::GitHub::Migrations::SourceImports.map-commit-author( Str $owner
, Str $repo
, Int(Str) $author-id
, Str :$email
, Str :$remote-id
, Str :$name
)
Update Git LFS preference
WebService::GitHub::Migrations::SourceImports.set-lfs-preference( Str $owner
, Str $repo
, WebService::GitHub::Migrations::SourceImports::SetLfsPreferenceUseLfs :$use-lfs!
)
Start an import
WebService::GitHub::Migrations::SourceImports.start-import( Str $owner
, Str $repo
, WebService::GitHub::Migrations::SourceImports::StartImportVcs :$vcs
, Str :$vcs-username
, Str :$tfvc-project
, Str :$vcs-url!
, Str :$vcs-password
)
Update an import
WebService::GitHub::Migrations::SourceImports.update-import( Str $owner
, Str $repo
, Str :$vcs-password
, Str :$vcs
, Str :$tfvc-project
, Str :$vcs-username
)