PipelineStatus
Inherits YAML::Serializable < JSON::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(pull : JSON::PullParser)
Sourcenew(status_available : Bool = true, errors : Hash(String, String) = {} of String => String, warnings : Hash(String, String) = {} of String => String)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
last_updated
Sourcelast_updated=(last_updated : Time)
Sourcestatus_available=(status_available : Bool)
Sourcestatus_available?
Sourcewarnings
Sourcewarnings=(warnings : Hash(String, String))
Source