Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { config.InstanceConfig URL string `toml:"jenkins_url"` Username string `toml:"jenkins_username"` Password string `toml:"jenkins_password"` Source string `toml:"jenkins_source"` Port string `toml:"jenkins_port"` // HTTP Timeout specified as a string - 3s, 1m, 1h ResponseTimeout config.Duration tls.ClientConfig MaxConnections int `toml:"max_connections"` MaxBuildAge config.Duration `toml:"max_build_age"` MaxSubJobDepth int `toml:"max_subjob_depth"` MaxSubJobPerLayer int `toml:"max_subjob_per_layer"` JobExclude []string `toml:"job_exclude"` JobInclude []string `toml:"job_include"` NodeExclude []string `toml:"node_exclude"` NodeInclude []string `toml:"node_include"` // contains filtered or unexported fields }
func (*Instance) Gather ¶
func (ins *Instance) Gather(slist *types.SampleList)
Click to show internal directories.
Click to hide internal directories.