Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E2ETester ¶
type E2ETester struct { JenkinsHost string JenkinsJobs []string sync.Mutex BuildStatus map[string]BuildInfo // protect by mutex }
E2ETester is the object which will contact a jenkins instance and get information about recent jobs
func (*E2ETester) GetBuildStatus ¶
GetBuildStatus returns the build status. This map is a copy and is thus safe for the caller to use in any way.
Click to show internal directories.
Click to hide internal directories.