class Barista::Behaviors::Omnibus::Orchestrator

Included Modules

Defined in:

barista/behaviors/omnibus/orchestrator.cr

Constructors

Instance Method Summary

Instance methods inherited from module Barista::OrchestrationEvents

forward_orchestration_events(other : OrchestrationEvents) forward_orchestration_events, on_run_finished
on_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

Constructor Detail

def self.new(project : Barista::Behaviors::Omnibus::Project, **opts) #

[View source]

Instance Method Detail

def execute #

[View source]
def orchestrator : Barista::Orchestrator(Barista::Task) #

[View source]

[View source]