abstract class Werk::Config::Job
- Werk::Config::Job
- Reference
- Object
Included Modules
- YAML::Serializable
Direct Known Subclasses
Defined in:
werk/config.crConstructors
Instance Method Summary
- #can_fail : Bool
- #commands : Array(String)
- #description : String
- #dotenv : Set(String)
- #executor : String
- #get_script_content
- #get_script_file
- #interpreter : String
- #needs : Array(String)
- #run(session_id : UUID, name : String, context : String) : Tuple(Int32, String)
- #silent : Bool
- #variables : Hash(String, String)
- #variables=(variables : Hash(String, String))
Constructor Detail
Instance Method Detail
abstract
def run(session_id : UUID, name : String, context : String) : Tuple(Int32, String)
#