Documentation ¶
Index ¶
- type Properties
- func (p Properties) SetArtifacts(art config.Artifacts) Properties
- func (p Properties) SetFVersion(f string) Properties
- func (p Properties) SetFlags(flags *pflag.FlagSet) Properties
- func (p Properties) SetFramework(f string) Properties
- func (p Properties) SetLaunchOrder(launchOrder config.LaunchOrder) Properties
- func (p Properties) SetNPM(npm config.Npm) Properties
- func (p Properties) SetNumSuites(n int) Properties
- func (p Properties) SetReporters(reporters config.Reporters) Properties
- func (p Properties) SetSauceConfig(c config.SauceConfig) Properties
- func (p Properties) SetSharding(sharded bool) Properties
- func (p Properties) SetSlack(slack config.Slack) Properties
- func (p Properties) SetSmartRetry(isSmartRetried bool) Properties
- type Tracker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Properties ¶
type Properties map[string]interface{}
Properties is a scoped data transfer object for usage reporting and contains usage event related data.
func (Properties) SetArtifacts ¶
func (p Properties) SetArtifacts(art config.Artifacts) Properties
SetArtifacts reports artifact usage.
func (Properties) SetFVersion ¶
func (p Properties) SetFVersion(f string) Properties
SetFVersion reports the framework version.
func (Properties) SetFlags ¶
func (p Properties) SetFlags(flags *pflag.FlagSet) Properties
SetFlags reports CLI flags.
func (Properties) SetFramework ¶
func (p Properties) SetFramework(f string) Properties
SetFramework reports the framework.
func (Properties) SetLaunchOrder ¶ added in v0.105.0
func (p Properties) SetLaunchOrder(launchOrder config.LaunchOrder) Properties
SetLaunchOrder reports launch order of jobs
func (Properties) SetNPM ¶
func (p Properties) SetNPM(npm config.Npm) Properties
SetNPM reports the npm usage.
func (Properties) SetNumSuites ¶
func (p Properties) SetNumSuites(n int) Properties
SetNumSuites reports the number of configured suites.
func (Properties) SetReporters ¶ added in v0.157.0
func (p Properties) SetReporters(reporters config.Reporters) Properties
func (Properties) SetSauceConfig ¶
func (p Properties) SetSauceConfig(c config.SauceConfig) Properties
SetSauceConfig reports key fields of the sauce config.
func (Properties) SetSharding ¶ added in v0.82.0
func (p Properties) SetSharding(sharded bool) Properties
func (Properties) SetSlack ¶ added in v0.78.0
func (p Properties) SetSlack(slack config.Slack) Properties
SetSlack reports Slack related settings.
func (Properties) SetSmartRetry ¶ added in v0.148.0
func (p Properties) SetSmartRetry(isSmartRetried bool) Properties
SetSmartRetry reports if the suites set as smartRetry
Click to show internal directories.
Click to hide internal directories.