pipelinesfakes

package
v0.0.0-...-8b5a1e4 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

This file was generated by counterfeiter

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakePipelineSyncer

type FakePipelineSyncer struct {
	SyncStub func()
	// contains filtered or unexported fields
}

func (*FakePipelineSyncer) Invocations

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

func (*FakePipelineSyncer) Sync

func (fake *FakePipelineSyncer) Sync()

func (*FakePipelineSyncer) SyncCallCount

func (fake *FakePipelineSyncer) SyncCallCount() int

type FakeRadarSchedulerFactory

type FakeRadarSchedulerFactory struct {
	BuildScanRunnerFactoryStub func(pipelineDB db.PipelineDB, externalURL string) radar.ScanRunnerFactory

	BuildSchedulerStub func(pipelineDB db.PipelineDB, externalURL string) scheduler.BuildScheduler
	// contains filtered or unexported fields
}

func (*FakeRadarSchedulerFactory) BuildScanRunnerFactory

func (fake *FakeRadarSchedulerFactory) BuildScanRunnerFactory(pipelineDB db.PipelineDB, externalURL string) radar.ScanRunnerFactory

func (*FakeRadarSchedulerFactory) BuildScanRunnerFactoryArgsForCall

func (fake *FakeRadarSchedulerFactory) BuildScanRunnerFactoryArgsForCall(i int) (db.PipelineDB, string)

func (*FakeRadarSchedulerFactory) BuildScanRunnerFactoryCallCount

func (fake *FakeRadarSchedulerFactory) BuildScanRunnerFactoryCallCount() int

func (*FakeRadarSchedulerFactory) BuildScanRunnerFactoryReturns

func (fake *FakeRadarSchedulerFactory) BuildScanRunnerFactoryReturns(result1 radar.ScanRunnerFactory)

func (*FakeRadarSchedulerFactory) BuildScheduler

func (fake *FakeRadarSchedulerFactory) BuildScheduler(pipelineDB db.PipelineDB, externalURL string) scheduler.BuildScheduler

func (*FakeRadarSchedulerFactory) BuildSchedulerArgsForCall

func (fake *FakeRadarSchedulerFactory) BuildSchedulerArgsForCall(i int) (db.PipelineDB, string)

func (*FakeRadarSchedulerFactory) BuildSchedulerCallCount

func (fake *FakeRadarSchedulerFactory) BuildSchedulerCallCount() int

func (*FakeRadarSchedulerFactory) BuildSchedulerReturns

func (fake *FakeRadarSchedulerFactory) BuildSchedulerReturns(result1 scheduler.BuildScheduler)

func (*FakeRadarSchedulerFactory) Invocations

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

type FakeSyncherDB

type FakeSyncherDB struct {
	GetAllPipelinesStub func() ([]db.SavedPipeline, error)
	// contains filtered or unexported fields
}

func (*FakeSyncherDB) GetAllPipelines

func (fake *FakeSyncherDB) GetAllPipelines() ([]db.SavedPipeline, error)

func (*FakeSyncherDB) GetAllPipelinesCallCount

func (fake *FakeSyncherDB) GetAllPipelinesCallCount() int

func (*FakeSyncherDB) GetAllPipelinesReturns

func (fake *FakeSyncherDB) GetAllPipelinesReturns(result1 []db.SavedPipeline, result2 error)

func (*FakeSyncherDB) Invocations

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

Jump to

Keyboard shortcuts

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