This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppVeyor.
Summary
Gets the project build history.
Syntax
public static AppVeyorProjectHistory AppVeyorProjectHistory(this ICakeContext context, string appVeyorApiToken, 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. |
appVeyorApiToken |
string |
The API Token. |
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