GitLabAliases.

GitLabRepositoryDownloadFileAsync(ICakeContext, ProjectIdentity, string, string, string, FilePath) Method

Summary

Downloads a file from a GitLab-hosted repository
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
GitLabAliases

Syntax

public static Task GitLabRepositoryDownloadFileAsync(this ICakeContext context, ProjectIdentity projectIdentity, string accessToken, string filePath, string ref, FilePath destination)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
GeneratedCodeAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
projectIdentity ProjectIdentity
accessToken string
filePath string
ref string
destination FilePath

Return Value

Type Description
Task