DefaultGitLabProvider.

RepositoryDownloadFileAsync(string, string, ProjectId, string, string, FilePath) Method

Summary

Implements the functionality of Cake.GitLab.GitLabAliases.GitLabRepositoryDownloadFileAsync(Cake.Core.ICakeContext,System.String,System.String,NGitLab.Models.ProjectId,System.String,System.String,Cake.Core.IO.FilePath)
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
DefaultGitLabProvider

Syntax

public Task RepositoryDownloadFileAsync(string serverUrl, string accessToken, ProjectId project, string filePath, string ref, FilePath destination)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
serverUrl string
accessToken string
project ProjectId
filePath string
ref string
destination FilePath

Return Value

Type Description
Task