GoCDProvider.

GetHistory(string, string) Method

Summary

Gets the Go.CD build history, including the repository modifications that caused the pipeline to start.
Namespace
Cake.Common.Build.GoCD
Containing Type
GoCDProvider

Syntax

public GoCDHistoryInfo GetHistory(string username, string password)

Parameters

Name Type Description
username string The Go.CD username.
password string The Go.CD password.

Return Value

Type Description
GoCDHistoryInfo The Go.CD build history.