IAppVeyorApi.

GetProjectHistory(string, string, int, Nullable<int>, string) Method

Summary

Gets the history for a given project from AppVeyor.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

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

Type Description
Task<AppVeyorProjectHistory> A Task representing the asynchronous operation with the project history.