class

Werk::PipelineResult

Inherits JSON::Serializable / Reference / Object

Constructors

new(pull : JSON::PullParser)
Source
new(target : String, jobs : Array(Werk::Executors::ExecutionResult) = Array(Werk::Executors::ExecutionResult).new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created
Source
find_job(name : String) : Werk::Executors::ExecutionResult
Source
find_job?(name : String) : Werk::Executors::ExecutionResult | Nil
Source
has_job?(name : String) : Bool
Source
jobs
Source
target
Source