Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JenkinsClient ¶
type JenkinsClient struct {
Host string
}
func (*JenkinsClient) GetLastCompletedBuild ¶
func (j *JenkinsClient) GetLastCompletedBuild(name string) (*Job, error)
func (*JenkinsClient) IsBuildStable ¶
func (j *JenkinsClient) IsBuildStable(name string) (bool, error)
Click to show internal directories.
Click to hide internal directories.