builds

package
v0.0.0-...-484f906 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2016 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 BuildTracker

type BuildTracker interface {
	Track()
}

type Tracker

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

func NewTracker

func NewTracker(
	logger lager.Logger,

	trackerDB TrackerDB,
	engine engine.Engine,
) *Tracker

func (*Tracker) Track

func (bt *Tracker) Track()

type TrackerDB

type TrackerDB interface {
	GetAllStartedBuilds() ([]db.Build, error)
}

type TrackerRunner

type TrackerRunner struct {
	Tracker  BuildTracker
	Interval time.Duration
	Clock    clock.Clock
}

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

Jump to

Keyboard shortcuts

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