This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.GitLab.
Summary
Downloads a file from a GitLab-hosted repository
Syntax
public static Task GitLabRepositoryDownloadFileAsync(this ICakeContext context, ServerIdentity serverIdentity, string accessToken, ProjectId project, string filePath, string ref, FilePath destination)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
GeneratedCodeAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
serverIdentity |
ServerIdentity |
|
accessToken |
string |
|
project |
ProjectId |
|
filePath |
string |
|
ref |
string |
|
destination |
FilePath |
|
Return Value