GitLabRepositoryCreateTagAsync(ProjectConnection, string, string)
Alias from Cake.GitLab addin
|
Creates a new tag in the project repository
|
GitLabRepositoryCreateTagAsync(ProjectIdentity, string, string, string)
Alias from Cake.GitLab addin
|
Creates a new tag in the project repository
|
GitLabRepositoryCreateTagAsync(ServerConnection, ProjectId, string, string)
Alias from Cake.GitLab addin
|
Creates a new tag in the project repository
|
GitLabRepositoryCreateTagAsync(ServerIdentity, string, ProjectId, string, string)
Alias from Cake.GitLab addin
|
Creates a new tag in the project repository
|
GitLabRepositoryCreateTagAsync(string, string, ProjectId, string, string)
Alias from Cake.GitLab addin
|
Creates a new tag in the project repository
|
GitLabRepositoryDownloadFileAsync(ProjectConnection, string, string, FilePath)
Alias from Cake.GitLab addin
|
Downloads a file from a GitLab-hosted repository
|
GitLabRepositoryDownloadFileAsync(ProjectIdentity, string, string, string, FilePath)
Alias from Cake.GitLab addin
|
Downloads a file from a GitLab-hosted repository
|
GitLabRepositoryDownloadFileAsync(ServerConnection, ProjectId, string, string, FilePath)
Alias from Cake.GitLab addin
|
Downloads a file from a GitLab-hosted repository
|
GitLabRepositoryDownloadFileAsync(ServerIdentity, string, ProjectId, string, string, FilePath)
Alias from Cake.GitLab addin
|
Downloads a file from a GitLab-hosted repository
|
GitLabRepositoryDownloadFileAsync(string, string, ProjectId, string, string, FilePath)
Alias from Cake.GitLab addin
|
Downloads a file from a GitLab-hosted repository
|
GitLabRepositoryGetBranchesAsync(ProjectConnection)
Alias from Cake.GitLab addin
|
Lists all of a project's branches
|
GitLabRepositoryGetBranchesAsync(ProjectIdentity, string)
Alias from Cake.GitLab addin
|
Lists all of a project's branches
|
GitLabRepositoryGetBranchesAsync(ServerConnection, ProjectId)
Alias from Cake.GitLab addin
|
Lists all of a project's branches
|
GitLabRepositoryGetBranchesAsync(ServerIdentity, string, ProjectId)
Alias from Cake.GitLab addin
|
Lists all of a project's branches
|
GitLabRepositoryGetBranchesAsync(string, string, ProjectId)
Alias from Cake.GitLab addin
|
Lists all of a project's branches
|