Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeUpdater
- func (fake *FakeUpdater) Invocations() map[string][][]interface{}
- func (fake *FakeUpdater) UpdateMaxInFlightReached(logger lager.Logger, job db.Job, buildID int) (bool, error)
- func (fake *FakeUpdater) UpdateMaxInFlightReachedArgsForCall(i int) (lager.Logger, db.Job, int)
- func (fake *FakeUpdater) UpdateMaxInFlightReachedCallCount() int
- func (fake *FakeUpdater) UpdateMaxInFlightReachedReturns(result1 bool, result2 error)
- func (fake *FakeUpdater) UpdateMaxInFlightReachedReturnsOnCall(i int, result1 bool, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeUpdater ¶
type FakeUpdater struct { UpdateMaxInFlightReachedStub func(logger lager.Logger, job db.Job, buildID int) (bool, error) // contains filtered or unexported fields }
func (*FakeUpdater) Invocations ¶
func (fake *FakeUpdater) Invocations() map[string][][]interface{}
func (*FakeUpdater) UpdateMaxInFlightReached ¶
func (*FakeUpdater) UpdateMaxInFlightReachedArgsForCall ¶
func (*FakeUpdater) UpdateMaxInFlightReachedCallCount ¶
func (fake *FakeUpdater) UpdateMaxInFlightReachedCallCount() int
func (*FakeUpdater) UpdateMaxInFlightReachedReturns ¶
func (fake *FakeUpdater) UpdateMaxInFlightReachedReturns(result1 bool, result2 error)
func (*FakeUpdater) UpdateMaxInFlightReachedReturnsOnCall ¶
func (fake *FakeUpdater) UpdateMaxInFlightReachedReturnsOnCall(i int, result1 bool, result2 error)
Click to show internal directories.
Click to hide internal directories.