Documentation
¶
Index ¶
- type MockAsynchronousJob
- func (m *MockAsynchronousJob) FetchType() string
- func (m *MockAsynchronousJob) GetDone() bool
- func (m *MockAsynchronousJob) GetError() bool
- func (m *MockAsynchronousJob) GetFailure() bool
- func (m *MockAsynchronousJob) GetQueued() bool
- func (m *MockAsynchronousJob) GetStatus() string
- func (m *MockAsynchronousJob) GetSuccess() bool
- func (m *MockAsynchronousJob) HasArtefacts() bool
- func (m *MockAsynchronousJob) HasMessages() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAsynchronousJob ¶
func NewMockFailedAsynchronousJob ¶
func NewMockFailedAsynchronousJob() (*MockAsynchronousJob, error)
func NewMockQueuedAsynchronousJob ¶
func NewMockQueuedAsynchronousJob() (*MockAsynchronousJob, error)
func NewMockSuccessfulAsynchronousJob ¶
func NewMockSuccessfulAsynchronousJob() (*MockAsynchronousJob, error)
func NewMockUndoneAsynchronousJob ¶
func NewMockUndoneAsynchronousJob() (*MockAsynchronousJob, error)
func (*MockAsynchronousJob) FetchType ¶
func (m *MockAsynchronousJob) FetchType() string
func (*MockAsynchronousJob) GetDone ¶
func (m *MockAsynchronousJob) GetDone() bool
func (*MockAsynchronousJob) GetError ¶
func (m *MockAsynchronousJob) GetError() bool
func (*MockAsynchronousJob) GetFailure ¶
func (m *MockAsynchronousJob) GetFailure() bool
func (*MockAsynchronousJob) GetQueued ¶
func (m *MockAsynchronousJob) GetQueued() bool
func (*MockAsynchronousJob) GetStatus ¶
func (m *MockAsynchronousJob) GetStatus() string
func (*MockAsynchronousJob) GetSuccess ¶
func (m *MockAsynchronousJob) GetSuccess() bool
func (*MockAsynchronousJob) HasArtefacts ¶ added in v1.6.0
func (m *MockAsynchronousJob) HasArtefacts() bool
func (*MockAsynchronousJob) HasMessages ¶ added in v1.6.0
func (m *MockAsynchronousJob) HasMessages() bool
Click to show internal directories.
Click to hide internal directories.