This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppVeyor.
Summary
Gets Deployments for the given Environment.
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