AppVeyorAliases.

AppVeyorProjectHistory(ICakeContext, AppVeyorSettings, string, string, int, Nullable<int>, string) Method

Summary

Gets the project build history using additional settings in AppVeyorSettings.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static AppVeyorProjectHistory AppVeyorProjectHistory(this ICakeContext context, AppVeyorSettings settings, string accountName, string projectSlug, int recordsPerPage, Nullable<int> startBuildId = null, string branch = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppVeyorSettings The settings.
accountName string The account name.
projectSlug string The project slug.
recordsPerPage int The number of records to return.
startBuildId Nullable<int> The build identifier to start returning records after.
branch string The branch.

Return Value

Type Description
AppVeyorProjectHistory The project build history.