pipelines

package
v0.0.0-...-0e89551 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2015 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Locker

type Locker interface {
	AcquireWriteLock([]db.NamedLock) (db.Lock, error)
	AcquireWriteLockImmediately([]db.NamedLock) (db.Lock, error)

	AcquireReadLock([]db.NamedLock) (db.Lock, error)
}

type PipelineHandlerFactory

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

func NewHandlerFactory

func NewHandlerFactory(pipelineDBFactory db.PipelineDBFactory) *PipelineHandlerFactory

func (*PipelineHandlerFactory) HandlerFor

func (pdbh *PipelineHandlerFactory) HandlerFor(handlerFunc func(db.PipelineDB) http.Handler) http.HandlerFunc

type PipelineRunnerFactory

type PipelineRunnerFactory func(db.PipelineDB) ifrit.Runner

type PipelineSyncer

type PipelineSyncer interface {
	Sync()
}

type PipelinesDB

type PipelinesDB interface {
	GetAllActivePipelines() ([]db.SavedPipeline, error)
}

type RadarSchedulerFactory

type RadarSchedulerFactory interface {
	BuildRadar(pipelineDB db.PipelineDB) *radar.Radar
	BuildScheduler(pipelineDB db.PipelineDB) *scheduler.Scheduler
}

func NewRadarSchedulerFactory

func NewRadarSchedulerFactory(
	tracker resource.Tracker,
	interval time.Duration,
	locker Locker,
	engine engine.Engine,
	db db.DB,
) 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,
	pipelinesDB PipelinesDB,
	pipelineDBFactory db.PipelineDBFactory,
	pipelineRunnerFactory PipelineRunnerFactory,
) *Syncer

func (*Syncer) Sync

func (syncer *Syncer) Sync()

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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