class Candilano::Task::Group

Defined in:

lib/task/group.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(identifier : String, description : String, config : YAML::Any) #

[View source]

Instance Method Detail

def add(task : Task) #

[View source]
def call_hook(action, ssh, local) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def execute(ssh, local = false) #

[View source]
def execute_local(local) #

[View source]
def identifier : String #

[View source]
def identifier=(identifier : String) #

[View source]
def tasks : Array(Task) #

[View source]
def tasks=(tasks : Array(Task)) #

[View source]