IAppVeyorApi.

GetEnvironmentDeployments(int) Method

Summary

Gets all deployments for a given environment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<AppVeyorEnvironmentDeployments> GetEnvironmentDeployments(int deploymentEnvironmentId)

Attributes

Type Description
GetAttribute

Parameters

Name Type Description
deploymentEnvironmentId int The ID of the deployment.

Return Value

Type Description
Task<AppVeyorEnvironmentDeployments> A Task representing the asynchronous operation with the deployment for the environment.