Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type Webhook struct { ServerUrl string `json:"serverUrl"` Revision string `json:"revision"` Project struct { Key string `json:"key"` Name string `json:"name"` Url string `json:"url"` } `json:"project"` Branch struct { Name string `json:"name"` Type string `json:"type"` Url string `json:"url"` } `json:"branch"` QualityGate struct { Status string `json:"status"` Conditions []struct { Metric string Status string } `json:"conditions"` } `json:"qualityGate"` Properties *properties `json:"properties,omitempty"` PRIndex int }
func (*Webhook) GetRevision ¶
Click to show internal directories.
Click to hide internal directories.