IAppVeyorApi.

GetProjectDeployments(string, string) Method

Summary

Get the deployments for a given project.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<AppVeyorProjectDeployments> GetProjectDeployments(string accountName, string projectSlug)

Attributes

Type Description
GetAttribute

Parameters

Name Type Description
accountName string The AppVeyor account name.
projectSlug string The slug for the project.

Return Value

Type Description
Task<AppVeyorProjectDeployments> A Task representing the asynchronous operation with a lst of deployments for the project.