class

PipelineStatus

Inherits YAML::Serializable < JSON::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(pull : JSON::PullParser)
Source
new(status_available : Bool = true, errors : Hash(String, String) = {} of String => String, warnings : Hash(String, String) = {} of String => String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

errors

hash of subsystem => issue description

Source
errors=(errors : Hash(String, String))

hash of subsystem => issue description

Source
last_updated
Source
last_updated=(last_updated : Time)
Source
status_available=(status_available : Bool)
Source
status_available?
Source
warnings
Source
warnings=(warnings : Hash(String, String))
Source