Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JenkinsBuild ¶
type JenkinsBuild struct { common.Model JenkinsBuildProps JobID uint64 }
JenkinsBuild db entity for jenkins build
type JenkinsBuildProps ¶
type JenkinsBuildProps struct { Duration float64 // build time DisplayName string // "#7" EstimatedDuration float64 Number int64 Result string Timestamp int64 // start time StartTime time.Time // convered by timestamp }
JenkinsBuildProps current used jenkins build props
type JenkinsJob ¶
type JenkinsJob struct { common.Model JenkinsJobProps }
JenkinsJob db entity for jenkins job
type JenkinsJobProps ¶
JenkinsJobProps current used jenkins job props
Click to show internal directories.
Click to hide internal directories.