Documentation
¶
Index ¶
- type Options
- type Orchestrator
- func (o *Orchestrator) DoCycle()
- func (o *Orchestrator) Downstream(configName string) []string
- func (o *Orchestrator) GenerateGraph(oldTasks *collections.SyncMap[tspath.Path, *buildTask])
- func (o *Orchestrator) GenerateGraphReusingOldTasks()
- func (o *Orchestrator) Order() []string
- func (o *Orchestrator) Start() tsc.CommandLineResult
- func (o *Orchestrator) Upstream(configName string) []string
- func (o *Orchestrator) Watch()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Sys tsc.System Command *tsoptions.ParsedBuildCommandLine Testing tsc.CommandLineTesting }
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func NewOrchestrator ¶
func NewOrchestrator(opts Options) *Orchestrator
func (*Orchestrator) DoCycle ¶
func (o *Orchestrator) DoCycle()
func (*Orchestrator) Downstream ¶
func (o *Orchestrator) Downstream(configName string) []string
func (*Orchestrator) GenerateGraph ¶
func (o *Orchestrator) GenerateGraph(oldTasks *collections.SyncMap[tspath.Path, *buildTask])
func (*Orchestrator) GenerateGraphReusingOldTasks ¶
func (o *Orchestrator) GenerateGraphReusingOldTasks()
func (*Orchestrator) Order ¶
func (o *Orchestrator) Order() []string
func (*Orchestrator) Start ¶
func (o *Orchestrator) Start() tsc.CommandLineResult
func (*Orchestrator) Upstream ¶
func (o *Orchestrator) Upstream(configName string) []string
func (*Orchestrator) Watch ¶
func (o *Orchestrator) Watch()
Click to show internal directories.
Click to hide internal directories.