IAppVeyorApi.

StartDeployment(AppVeyorStartDeploymentRequest) Method

Summary

Starts a deployment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<AppVeyorDeployment> StartDeployment(AppVeyorStartDeploymentRequest startDeploymentRequest)

Attributes

Type Description
PostAttribute

Parameters

Name Type Description
startDeploymentRequest AppVeyorStartDeploymentRequest An instance of AppVeyorStartDeploymentRequest identifying which deployment to start.

Return Value

Type Description
Task<AppVeyorDeployment> A Task representing the asynchronous operation with the deployment that was started.