buildreaper

package
v0.0.0-...-7f11b89 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildReaper

type BuildReaper interface {
	Run() error
}

func NewBuildReaper

func NewBuildReaper(
	logger lager.Logger,
	db BuildReaperDB,
	pipelineDBFactory db.PipelineDBFactory,
	batchSize int,
) BuildReaper

type BuildReaperDB

type BuildReaperDB interface {
	GetAllPipelines() ([]db.SavedPipeline, error)
	DeleteBuildEventsByBuildIDs(buildIDs []int) 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