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, 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. | 
