class
Werk::Executors::ExecutionResult
- Werk::Executors::ExecutionResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
werk/executors/base.crConstructors
- .new(name : String, executor : String, variables : Hash(String, String), directory : String, stage_id : Int32, batch_id : Int32, exit_code : Int32, output : String, duration : Float64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #batch_id : Int32
- #directory : String
- #duration : Float64
- #executor : String
- #exit_code : Int32
- #masked_variables : Hash(String, String)
- #name : String
- #output : String
- #stage_id : Int32
- #success? : Bool
- #variables : Hash(String, String)
Constructor Detail
def self.new(name : String, executor : String, variables : Hash(String, String), directory : String, stage_id : Int32, batch_id : Int32, exit_code : Int32, output : String, duration : Float64)
#