class Barista::Behaviors::Omnibus::Orchestrator
- Barista::Behaviors::Omnibus::Orchestrator
- Reference
- Object
Included Modules
Defined in:
barista/behaviors/omnibus/orchestrator.crConstructors
Instance Method Summary
- #execute
- #orchestrator : Barista::Orchestrator(Barista::Task)
- #project : Barista::Behaviors::Omnibus::Project
Instance methods inherited from module Barista::OrchestrationEvents
forward_orchestration_events(other : OrchestrationEvents)
forward_orchestration_events,
on_run_finishedon_run_finished(&block : -> ) on_run_finished, on_run_start
on_run_start(&block : -> ) on_run_start, on_task_failed
on_task_failed(&block : String, String -> Nil) on_task_failed, on_task_finished
on_task_finished(&block : String -> Nil) on_task_finished, on_task_start
on_task_start(&block : String -> Nil) on_task_start, on_task_succeed
on_task_succeed(&block : String -> Nil) on_task_succeed, on_unblocked
on_unblocked(&block : OrchestrationInfo -> Nil) on_unblocked