IAppVeyorApi.

GetDeployment(int) Method

Summary

Gets a single deployment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<AppVeyorProjectDeployment> GetDeployment(int deploymentId)

Attributes

Type Description
GetAttribute

Parameters

Name Type Description
deploymentId int ID for the deployment to fetch.

Return Value

Type Description
Task<AppVeyorProjectDeployment> A Task representing the asynchronous operation with the specified deployment.