pipelines

package
v3.3.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2017 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PipelineRunnerFactory

type PipelineRunnerFactory func(db.Pipeline) ifrit.Runner

type PipelineSyncer

type PipelineSyncer interface {
	Sync()
}

type RadarSchedulerFactory

type RadarSchedulerFactory interface {
	BuildScanRunnerFactory(dbPipeline db.Pipeline, externalURL string, variables creds.Variables) radar.ScanRunnerFactory
	BuildScheduler(pipeline db.Pipeline, externalURL string, variables creds.Variables) scheduler.BuildScheduler
}

func NewRadarSchedulerFactory

func NewRadarSchedulerFactory(
	resourceFactory resource.ResourceFactory,
	resourceConfigFactory db.ResourceConfigFactory,
	interval time.Duration,
	engine engine.Engine,
) RadarSchedulerFactory

type SyncRunner

type SyncRunner struct {
	Syncer   PipelineSyncer
	Interval time.Duration
	Clock    clock.Clock
}

func (SyncRunner) Run

func (runner SyncRunner) Run(signals <-chan os.Signal, ready chan<- struct{}) error

type Syncer

type Syncer struct {
	// contains filtered or unexported fields
}

func NewSyncer

func NewSyncer(
	logger lager.Logger,
	pipelineFactory db.PipelineFactory,
	pipelineRunnerFactory PipelineRunnerFactory,
) *Syncer

func (*Syncer) Sync

func (syncer *Syncer) Sync()

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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