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 history for a given project from AppVeyor.
Syntax
Task<AppVeyorProjectHistory> GetProjectHistory(string accountName, string projectSlug, int recordsPerPage, Nullable<int> startBuildId = null, string branch = null)
Attributes
Type |
Description |
GetAttribute |
|
Parameters
Name |
Type |
Description |
accountName |
string |
The AppVeyor account name. |
projectSlug |
string |
The slug for the project. |
recordsPerPage |
int |
The numbers of records to return in a page of results. |
startBuildId |
Nullable<int> |
The ID for the build to start with. |
branch |
string |
The name of the branch to use for the request. |
Return Value