Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Planner ¶
type Planner struct {
// contains filtered or unexported fields
}
func NewPlanner ¶
func NewPlanner(planFactory atc.PlanFactory) Planner
func (Planner) Create ¶
func (planner Planner) Create( planConfig atc.StepConfig, resources db.SchedulerResources, resourceTypes atc.VersionedResourceTypes, inputs []db.BuildInput, ) (atc.Plan, error)
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
func NewTracker ¶
func NewTracker( buildFactory db.BuildFactory, engine engine.Engine, ) *Tracker
type UnknownResourceError ¶
type UnknownResourceError struct {
Resource string
}
UnknownResourceError is returned when a 'get' or 'put' step refers to a resource which is not in the set of resources provided to the Planner.
func (UnknownResourceError) Error ¶
func (err UnknownResourceError) Error() string
type VersionNotProvidedError ¶
type VersionNotProvidedError struct {
Input string
}
VersionNotProvidedError is returned when a 'get' step does not have a corresponding input provided to the Planner.
func (VersionNotProvidedError) Error ¶
func (err VersionNotProvidedError) Error() string
Click to show internal directories.
Click to hide internal directories.