class Werk::PipelineResult

Included Modules

Defined in:

werk/pipeline.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(target : String, jobs : Array(Werk::Executors::ExecutionResult) = Array(Werk::Executors::ExecutionResult).new) #

[View source]

Instance Method Detail

def created : Int64 #

[View source]
def find_job(name : String) : Werk::Executors::ExecutionResult #

[View source]
def find_job?(name : String) : Werk::Executors::ExecutionResult | Nil #

[View source]
def has_job?(name : String) : Bool #

[View source]

[View source]
def target : String #

[View source]