Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicRetrier ¶
type BasicRetrier struct{}
func (*BasicRetrier) Retry ¶
func (b *BasicRetrier) Retry(jobOpts chan<- job.StartOptions, opt job.StartOptions, previous job.Job)
type JunitRetrier ¶ added in v0.132.0
func (*JunitRetrier) Retry ¶ added in v0.132.0
func (b *JunitRetrier) Retry(jobOpts chan<- job.StartOptions, opt job.StartOptions, previous job.Job)
type Retrier ¶
type Retrier interface {
Retry(c chan<- job.StartOptions, opt job.StartOptions, previous job.Job)
}
Retrier represents the retry strategy.
Click to show internal directories.
Click to hide internal directories.