IGoCDProvider.

GetHistory(string, 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
IGoCDProvider

Syntax

GoCDHistoryInfo GetHistory(string username, string password, string serverUrl)

Parameters

Name Type Description
username string The Go.CD username.
password string The Go.CD password.
serverUrl string The Go.CD server URL.

Return Value

Type Description
GoCDHistoryInfo The Go.CD build history.