Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildPlanner ¶
type BuildPlanner interface {
Create(atc.StepConfig, db.SchedulerResources, atc.VersionedResourceTypes, []db.BuildInput) (atc.Plan, error)
}
type BuildScheduler ¶
type BuildStarter ¶
type BuildStarter interface { TryStartPendingBuildsForJob( logger lager.Logger, job db.SchedulerJob, inputs db.InputConfigs, ) (bool, error) }
func NewBuildStarter ¶
func NewBuildStarter( planner BuildPlanner, algorithm Algorithm, ) BuildStarter
Click to show internal directories.
Click to hide internal directories.