AppVeyorAliases.

AppVeyorProjectDeployments(ICakeContext, string, string, string) Method

Summary

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

Syntax

public static AppVeyorProjectDeployments AppVeyorProjectDeployments(this ICakeContext context, string appVeyorApiToken, string accountName, string projectSlug)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
appVeyorApiToken string The API token.
accountName string The account name.
projectSlug string The project slug.

Return Value

Type Description
AppVeyorProjectDeployments The project's Deployments.