class PipelineStatus

Included Modules

Extended Modules

Defined in:

models/pipeline_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(status_available : Bool = true, errors : Hash(String, String) = {} of String => String, warnings : Hash(String, String) = {} of String => String) #

[View source]

Instance Method Detail

def errors : Hash(String, String) #

hash of subsystem => issue description


[View source]
def errors=(errors : Hash(String, String)) #

hash of subsystem => issue description


[View source]
def last_updated : Time #

[View source]
def last_updated=(last_updated : Time) #

[View source]
def status_available=(status_available : Bool) #

[View source]
def status_available? : Bool #

[View source]
def warnings : Hash(String, String) #

[View source]
def warnings=(warnings : Hash(String, String)) #

[View source]