class Werk::Executors::ExecutionResult

Included Modules

Defined in:

werk/executors/base.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def batch_id : Int32 #

[View source]
def directory : String #

[View source]
def duration : Float64 #

[View source]
def executor : String #

[View source]
def exit_code : Int32 #

[View source]
def masked_variables : Hash(String, String) #

[View source]
def name : String #

[View source]
def output : String #

[View source]
def stage_id : Int32 #

[View source]
def success? : Bool #

[View source]
def variables : Hash(String, String) #

[View source]