AppVeyorAliases.

AppVeyorEnvironmentDeployments(ICakeContext, string, int) Method

Summary

Gets Deployments for the given Environment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorEnvironmentDeployments AppVeyorEnvironmentDeployments(this ICakeContext context, string appVeyorApiToken, int deploymentEnvironmentId)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
appVeyorApiToken string The API token.
deploymentEnvironmentId int The identifier of the environment to get deployments of.

Return Value

Type Description
AppVeyorEnvironmentDeployments The deployments for the given environment.