class Werk::Config::LocalJob

Defined in:

werk/config/jobs/local.cr

Constructors

Instance methods inherited from class Werk::Config::Job

can_fail? : Bool can_fail?, commands : Array(String) commands, description : String description, dotenv : Set(String) dotenv, executor : String executor, interpreter : String interpreter, needs : Array(String) needs, script_content : String script_content, silent? : Bool silent?, variables : Hash(String, String) variables

Constructor methods inherited from class Werk::Config::Job

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]