module Barista::Behaviors::Brew::Project

Included Modules

Defined in:

barista/behaviors/brew/project.cr

Instance Method Summary

Instance methods inherited from module Barista::Behaviors::Brew::Events

forward_action_events(other : Brew::Events) forward_action_events, on_action_failed(&block : Action -> )
on_action_failed : Proc(Action, Nil)
on_action_failed
, on_action_finished(&block : Action -> )
on_action_finished : Proc(Action, Nil)
on_action_finished
, on_action_skipped(&block : Action -> )
on_action_skipped : Proc(Action, Nil)
on_action_skipped
, on_action_start(&block : Action -> )
on_action_start : Proc(Action, Nil)
on_action_start
, on_action_succeed(&block : Action -> )
on_action_succeed : Proc(Action, Nil)
on_action_succeed

Macros inherited from module Barista::Behaviors::Brew::Events

gen_action_event(name) gen_action_event

Instance methods inherited from module Barista::Behaviors::Software::FileMacros

file(key : String) file

Macros inherited from module Barista::Behaviors::Software::FileMacros

file(key, path) file

Macros inherited from module Barista::Behaviors::Macros

gen_class_method(name, type, &block) gen_class_method, gen_collection_method(name, var_name, type) gen_collection_method, gen_method(name, type, &block) gen_method

Instance Method Detail

def default_output #

[View source]
def init_tasks_with(command) #

[View source]
def log_dir(val : Union(String, Nil) | Nil = nil) #

[View source]
def process_dir(val : String | Nil = nil) #

[View source]
def registry_for(command) #

[View source]
def run(command, *, workers : Int32 = 1, service : String | Nil = nil) #

[View source]
def run_recipe(recipe, *, workers : Int32) #

[View source]