builderfakes

package
v6.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeDelegateFactory

type FakeDelegateFactory struct {
	BuildStepDelegateStub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.BuildStepDelegate

	CheckDelegateStub func(db.Check, atc.PlanID, vars.CredVarsTracker) exec.CheckDelegate

	GetDelegateStub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.GetDelegate

	PutDelegateStub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.PutDelegate

	TaskDelegateStub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.TaskDelegate
	// contains filtered or unexported fields
}

func (*FakeDelegateFactory) BuildStepDelegate

func (fake *FakeDelegateFactory) BuildStepDelegate(arg1 db.Build, arg2 atc.PlanID, arg3 vars.CredVarsTracker) exec.BuildStepDelegate

func (*FakeDelegateFactory) BuildStepDelegateArgsForCall

func (fake *FakeDelegateFactory) BuildStepDelegateArgsForCall(i int) (db.Build, atc.PlanID, vars.CredVarsTracker)

func (*FakeDelegateFactory) BuildStepDelegateCallCount

func (fake *FakeDelegateFactory) BuildStepDelegateCallCount() int

func (*FakeDelegateFactory) BuildStepDelegateCalls

func (fake *FakeDelegateFactory) BuildStepDelegateCalls(stub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.BuildStepDelegate)

func (*FakeDelegateFactory) BuildStepDelegateReturns

func (fake *FakeDelegateFactory) BuildStepDelegateReturns(result1 exec.BuildStepDelegate)

func (*FakeDelegateFactory) BuildStepDelegateReturnsOnCall

func (fake *FakeDelegateFactory) BuildStepDelegateReturnsOnCall(i int, result1 exec.BuildStepDelegate)

func (*FakeDelegateFactory) CheckDelegate

func (fake *FakeDelegateFactory) CheckDelegate(arg1 db.Check, arg2 atc.PlanID, arg3 vars.CredVarsTracker) exec.CheckDelegate

func (*FakeDelegateFactory) CheckDelegateArgsForCall

func (fake *FakeDelegateFactory) CheckDelegateArgsForCall(i int) (db.Check, atc.PlanID, vars.CredVarsTracker)

func (*FakeDelegateFactory) CheckDelegateCallCount

func (fake *FakeDelegateFactory) CheckDelegateCallCount() int

func (*FakeDelegateFactory) CheckDelegateCalls

func (fake *FakeDelegateFactory) CheckDelegateCalls(stub func(db.Check, atc.PlanID, vars.CredVarsTracker) exec.CheckDelegate)

func (*FakeDelegateFactory) CheckDelegateReturns

func (fake *FakeDelegateFactory) CheckDelegateReturns(result1 exec.CheckDelegate)

func (*FakeDelegateFactory) CheckDelegateReturnsOnCall

func (fake *FakeDelegateFactory) CheckDelegateReturnsOnCall(i int, result1 exec.CheckDelegate)

func (*FakeDelegateFactory) GetDelegate

func (fake *FakeDelegateFactory) GetDelegate(arg1 db.Build, arg2 atc.PlanID, arg3 vars.CredVarsTracker) exec.GetDelegate

func (*FakeDelegateFactory) GetDelegateArgsForCall

func (fake *FakeDelegateFactory) GetDelegateArgsForCall(i int) (db.Build, atc.PlanID, vars.CredVarsTracker)

func (*FakeDelegateFactory) GetDelegateCallCount

func (fake *FakeDelegateFactory) GetDelegateCallCount() int

func (*FakeDelegateFactory) GetDelegateCalls

func (fake *FakeDelegateFactory) GetDelegateCalls(stub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.GetDelegate)

func (*FakeDelegateFactory) GetDelegateReturns

func (fake *FakeDelegateFactory) GetDelegateReturns(result1 exec.GetDelegate)

func (*FakeDelegateFactory) GetDelegateReturnsOnCall

func (fake *FakeDelegateFactory) GetDelegateReturnsOnCall(i int, result1 exec.GetDelegate)

func (*FakeDelegateFactory) Invocations

func (fake *FakeDelegateFactory) Invocations() map[string][][]interface{}

func (*FakeDelegateFactory) PutDelegate

func (fake *FakeDelegateFactory) PutDelegate(arg1 db.Build, arg2 atc.PlanID, arg3 vars.CredVarsTracker) exec.PutDelegate

func (*FakeDelegateFactory) PutDelegateArgsForCall

func (fake *FakeDelegateFactory) PutDelegateArgsForCall(i int) (db.Build, atc.PlanID, vars.CredVarsTracker)

func (*FakeDelegateFactory) PutDelegateCallCount

func (fake *FakeDelegateFactory) PutDelegateCallCount() int

func (*FakeDelegateFactory) PutDelegateCalls

func (fake *FakeDelegateFactory) PutDelegateCalls(stub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.PutDelegate)

func (*FakeDelegateFactory) PutDelegateReturns

func (fake *FakeDelegateFactory) PutDelegateReturns(result1 exec.PutDelegate)

func (*FakeDelegateFactory) PutDelegateReturnsOnCall

func (fake *FakeDelegateFactory) PutDelegateReturnsOnCall(i int, result1 exec.PutDelegate)

func (*FakeDelegateFactory) TaskDelegate

func (fake *FakeDelegateFactory) TaskDelegate(arg1 db.Build, arg2 atc.PlanID, arg3 vars.CredVarsTracker) exec.TaskDelegate

func (*FakeDelegateFactory) TaskDelegateArgsForCall

func (fake *FakeDelegateFactory) TaskDelegateArgsForCall(i int) (db.Build, atc.PlanID, vars.CredVarsTracker)

func (*FakeDelegateFactory) TaskDelegateCallCount

func (fake *FakeDelegateFactory) TaskDelegateCallCount() int

func (*FakeDelegateFactory) TaskDelegateCalls

func (fake *FakeDelegateFactory) TaskDelegateCalls(stub func(db.Build, atc.PlanID, vars.CredVarsTracker) exec.TaskDelegate)

func (*FakeDelegateFactory) TaskDelegateReturns

func (fake *FakeDelegateFactory) TaskDelegateReturns(result1 exec.TaskDelegate)

func (*FakeDelegateFactory) TaskDelegateReturnsOnCall

func (fake *FakeDelegateFactory) TaskDelegateReturnsOnCall(i int, result1 exec.TaskDelegate)

type FakeStepFactory

type FakeStepFactory struct {
	ArtifactInputStepStub func(atc.Plan, db.Build, exec.BuildStepDelegate) exec.Step

	ArtifactOutputStepStub func(atc.Plan, db.Build, exec.BuildStepDelegate) exec.Step

	CheckStepStub func(atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.CheckDelegate) exec.Step

	GetStepStub func(atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.GetDelegate) exec.Step

	LoadVarStepStub func(atc.Plan, exec.StepMetadata, exec.BuildStepDelegate) exec.Step

	PutStepStub func(atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.PutDelegate) exec.Step

	SetPipelineStepStub func(atc.Plan, exec.StepMetadata, exec.BuildStepDelegate) exec.Step

	TaskStepStub func(atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.TaskDelegate) exec.Step
	// contains filtered or unexported fields
}

func (*FakeStepFactory) ArtifactInputStep

func (fake *FakeStepFactory) ArtifactInputStep(arg1 atc.Plan, arg2 db.Build, arg3 exec.BuildStepDelegate) exec.Step

func (*FakeStepFactory) ArtifactInputStepArgsForCall

func (fake *FakeStepFactory) ArtifactInputStepArgsForCall(i int) (atc.Plan, db.Build, exec.BuildStepDelegate)

func (*FakeStepFactory) ArtifactInputStepCallCount

func (fake *FakeStepFactory) ArtifactInputStepCallCount() int

func (*FakeStepFactory) ArtifactInputStepCalls

func (fake *FakeStepFactory) ArtifactInputStepCalls(stub func(atc.Plan, db.Build, exec.BuildStepDelegate) exec.Step)

func (*FakeStepFactory) ArtifactInputStepReturns

func (fake *FakeStepFactory) ArtifactInputStepReturns(result1 exec.Step)

func (*FakeStepFactory) ArtifactInputStepReturnsOnCall

func (fake *FakeStepFactory) ArtifactInputStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) ArtifactOutputStep

func (fake *FakeStepFactory) ArtifactOutputStep(arg1 atc.Plan, arg2 db.Build, arg3 exec.BuildStepDelegate) exec.Step

func (*FakeStepFactory) ArtifactOutputStepArgsForCall

func (fake *FakeStepFactory) ArtifactOutputStepArgsForCall(i int) (atc.Plan, db.Build, exec.BuildStepDelegate)

func (*FakeStepFactory) ArtifactOutputStepCallCount

func (fake *FakeStepFactory) ArtifactOutputStepCallCount() int

func (*FakeStepFactory) ArtifactOutputStepCalls

func (fake *FakeStepFactory) ArtifactOutputStepCalls(stub func(atc.Plan, db.Build, exec.BuildStepDelegate) exec.Step)

func (*FakeStepFactory) ArtifactOutputStepReturns

func (fake *FakeStepFactory) ArtifactOutputStepReturns(result1 exec.Step)

func (*FakeStepFactory) ArtifactOutputStepReturnsOnCall

func (fake *FakeStepFactory) ArtifactOutputStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) CheckStep

func (fake *FakeStepFactory) CheckStep(arg1 atc.Plan, arg2 exec.StepMetadata, arg3 db.ContainerMetadata, arg4 exec.CheckDelegate) exec.Step

func (*FakeStepFactory) CheckStepArgsForCall

func (fake *FakeStepFactory) CheckStepArgsForCall(i int) (atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.CheckDelegate)

func (*FakeStepFactory) CheckStepCallCount

func (fake *FakeStepFactory) CheckStepCallCount() int

func (*FakeStepFactory) CheckStepCalls

func (fake *FakeStepFactory) CheckStepCalls(stub func(atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.CheckDelegate) exec.Step)

func (*FakeStepFactory) CheckStepReturns

func (fake *FakeStepFactory) CheckStepReturns(result1 exec.Step)

func (*FakeStepFactory) CheckStepReturnsOnCall

func (fake *FakeStepFactory) CheckStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) GetStep

func (fake *FakeStepFactory) GetStep(arg1 atc.Plan, arg2 exec.StepMetadata, arg3 db.ContainerMetadata, arg4 exec.GetDelegate) exec.Step

func (*FakeStepFactory) GetStepArgsForCall

func (fake *FakeStepFactory) GetStepArgsForCall(i int) (atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.GetDelegate)

func (*FakeStepFactory) GetStepCallCount

func (fake *FakeStepFactory) GetStepCallCount() int

func (*FakeStepFactory) GetStepCalls

func (*FakeStepFactory) GetStepReturns

func (fake *FakeStepFactory) GetStepReturns(result1 exec.Step)

func (*FakeStepFactory) GetStepReturnsOnCall

func (fake *FakeStepFactory) GetStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) Invocations

func (fake *FakeStepFactory) Invocations() map[string][][]interface{}

func (*FakeStepFactory) LoadVarStep

func (fake *FakeStepFactory) LoadVarStep(arg1 atc.Plan, arg2 exec.StepMetadata, arg3 exec.BuildStepDelegate) exec.Step

func (*FakeStepFactory) LoadVarStepArgsForCall

func (fake *FakeStepFactory) LoadVarStepArgsForCall(i int) (atc.Plan, exec.StepMetadata, exec.BuildStepDelegate)

func (*FakeStepFactory) LoadVarStepCallCount

func (fake *FakeStepFactory) LoadVarStepCallCount() int

func (*FakeStepFactory) LoadVarStepCalls

func (fake *FakeStepFactory) LoadVarStepCalls(stub func(atc.Plan, exec.StepMetadata, exec.BuildStepDelegate) exec.Step)

func (*FakeStepFactory) LoadVarStepReturns

func (fake *FakeStepFactory) LoadVarStepReturns(result1 exec.Step)

func (*FakeStepFactory) LoadVarStepReturnsOnCall

func (fake *FakeStepFactory) LoadVarStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) PutStep

func (fake *FakeStepFactory) PutStep(arg1 atc.Plan, arg2 exec.StepMetadata, arg3 db.ContainerMetadata, arg4 exec.PutDelegate) exec.Step

func (*FakeStepFactory) PutStepArgsForCall

func (fake *FakeStepFactory) PutStepArgsForCall(i int) (atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.PutDelegate)

func (*FakeStepFactory) PutStepCallCount

func (fake *FakeStepFactory) PutStepCallCount() int

func (*FakeStepFactory) PutStepCalls

func (*FakeStepFactory) PutStepReturns

func (fake *FakeStepFactory) PutStepReturns(result1 exec.Step)

func (*FakeStepFactory) PutStepReturnsOnCall

func (fake *FakeStepFactory) PutStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) SetPipelineStep

func (fake *FakeStepFactory) SetPipelineStep(arg1 atc.Plan, arg2 exec.StepMetadata, arg3 exec.BuildStepDelegate) exec.Step

func (*FakeStepFactory) SetPipelineStepArgsForCall

func (fake *FakeStepFactory) SetPipelineStepArgsForCall(i int) (atc.Plan, exec.StepMetadata, exec.BuildStepDelegate)

func (*FakeStepFactory) SetPipelineStepCallCount

func (fake *FakeStepFactory) SetPipelineStepCallCount() int

func (*FakeStepFactory) SetPipelineStepCalls

func (fake *FakeStepFactory) SetPipelineStepCalls(stub func(atc.Plan, exec.StepMetadata, exec.BuildStepDelegate) exec.Step)

func (*FakeStepFactory) SetPipelineStepReturns

func (fake *FakeStepFactory) SetPipelineStepReturns(result1 exec.Step)

func (*FakeStepFactory) SetPipelineStepReturnsOnCall

func (fake *FakeStepFactory) SetPipelineStepReturnsOnCall(i int, result1 exec.Step)

func (*FakeStepFactory) TaskStep

func (fake *FakeStepFactory) TaskStep(arg1 atc.Plan, arg2 exec.StepMetadata, arg3 db.ContainerMetadata, arg4 exec.TaskDelegate) exec.Step

func (*FakeStepFactory) TaskStepArgsForCall

func (fake *FakeStepFactory) TaskStepArgsForCall(i int) (atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.TaskDelegate)

func (*FakeStepFactory) TaskStepCallCount

func (fake *FakeStepFactory) TaskStepCallCount() int

func (*FakeStepFactory) TaskStepCalls

func (fake *FakeStepFactory) TaskStepCalls(stub func(atc.Plan, exec.StepMetadata, db.ContainerMetadata, exec.TaskDelegate) exec.Step)

func (*FakeStepFactory) TaskStepReturns

func (fake *FakeStepFactory) TaskStepReturns(result1 exec.Step)

func (*FakeStepFactory) TaskStepReturnsOnCall

func (fake *FakeStepFactory) TaskStepReturnsOnCall(i int, result1 exec.Step)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL