AppVeyorAliases.

AppVeyorDeployment(ICakeContext, string, int) Method

Summary

Gets the specified Deployment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorProjectDeployment AppVeyorDeployment(this ICakeContext context, string appVeyorApiToken, int deploymentId)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
appVeyorApiToken string The API token.
deploymentId int The id of the deployment to get.

Return Value

Type Description
AppVeyorProjectDeployment The deployment.