abstract class
Werk::Config::Job
- Werk::Config::Job
- Reference
- Object
Included Modules
- YAML::Serializable
Direct Known Subclasses
Defined in:
werk/config/jobs/base.crConstructors
Instance Method Summary
-
#can_fail? : Bool
Signals if the job is allowed to fail or not
-
#commands : Array(String)
List of commands to execute
-
#description : String
The description for the job
-
#dotenv : Set(String)
List of dotenv files to be loaded
-
#executor : String
The executor type for this job
-
#interpreter : String
The shell interpreter to use
-
#needs : Array(String)
Dependencies list
-
#silent? : Bool
Suppress job output to STDOUT
-
#variables : Hash(String, String)
A list of variables to be passed to the job