Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Jenkins ¶
type Jenkins struct {
// contains filtered or unexported fields
}
func NewJenkins ¶ added in v0.4.0
NewJenkins initializes a new Jenkins object and assiciates a Jenkins workspace with the object. An empty workspace string disables other functionality.
type StandardLoggerHook ¶ added in v0.4.0
type StandardLoggerHook struct { }
StandardLoggerHook duplicates log messages to the standard logger
func (*StandardLoggerHook) Fire ¶ added in v0.4.0
func (hook *StandardLoggerHook) Fire(entry *log.Entry) error
func (*StandardLoggerHook) Levels ¶ added in v0.4.0
func (hook *StandardLoggerHook) Levels() []log.Level
type TestResulter ¶
Click to show internal directories.
Click to hide internal directories.