module Barista::OrchestrationEvents

Direct including types

Defined in:

barista/orchestration_events.cr

Instance Method Summary

Instance Method Detail

def forward_orchestration_events(other : OrchestrationEvents) #

[View source]
def on_run_finished #

[View source]
def on_run_finished(&block : -> ) #

[View source]
def on_run_start #

[View source]
def on_run_start(&block : -> ) #

[View source]
def on_task_failed #

[View source]
def on_task_failed(&block : String, String -> Nil) #

[View source]
def on_task_finished #

[View source]
def on_task_finished(&block : String -> Nil) #

[View source]
def on_task_start #

[View source]
def on_task_start(&block : String -> Nil) #

[View source]
def on_task_succeed #

[View source]
def on_task_succeed(&block : String -> Nil) #

[View source]
def on_unblocked #

[View source]
def on_unblocked(&block : OrchestrationInfo -> Nil) #

[View source]