class
Werk::PipelineResult
- Werk::PipelineResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
werk/pipeline.crConstructors
- .new(pull : JSON::PullParser)
- .new(target : String, jobs : Array(Werk::Executors::ExecutionResult) = Array(Werk::Executors::ExecutionResult).new)
Instance Method Summary
- #created : Int64
- #find_job(name : String) : Werk::Executors::ExecutionResult
- #find_job?(name : String) : Werk::Executors::ExecutionResult | Nil
- #has_job?(name : String) : Bool
- #jobs : Array(Werk::Executors::ExecutionResult)
- #target : String
Constructor Detail
def self.new(target : String, jobs : Array(Werk::Executors::ExecutionResult) = Array(Werk::Executors::ExecutionResult).new)
#