builds

package
v0.0.0-...-5725a1b Latest Latest
Warning

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

Go to latest
Published: May 23, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ATCListener

type ATCListener interface {
	Listen(channel string) (chan bool, error)
}

type BuildTracker

type BuildTracker interface {
	Track()
	Release()
}

type Tracker

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

func NewTracker

func NewTracker(
	logger lager.Logger,

	buildFactory dbng.BuildFactory,
	engine engine.Engine,
) *Tracker

func (*Tracker) Release

func (bt *Tracker) Release()

func (*Tracker) Track

func (bt *Tracker) Track()

type TrackerRunner

type TrackerRunner struct {
	Tracker   BuildTracker
	ListenBus ATCListener
	Interval  time.Duration
	Clock     clock.Clock
	DrainCh   <-chan struct{}
	Logger    lager.Logger
}

func (TrackerRunner) Run

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

Directories

Path Synopsis
This file was generated by counterfeiter This file was generated by counterfeiter
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