Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyJobID = key("job_id") KeyRunID = key("run_id") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobID ¶
type JobID uint64
JobID represents a unique job identifier
func JobIDFromContext ¶
JobIDFromContext is a helper to get the JobID, this is useful for plugins which need to know which job they are running. Not all context object everywhere have this set, but this is guaranteed to work in TargetManagers, TestSteps and Reporters
type RunID ¶
type RunID uint64
RunID represents the id of a run within the Job
func RunIDFromContext ¶
RunIDFromContext is a helper to get the RunID. Not all context object everywhere have this set, but this is guaranteed to work in TargetManagers, TestSteps and RunReporters
Click to show internal directories.
Click to hide internal directories.