class Werk::Report

Included Modules

Defined in:

werk/report.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(target : String, plan : Array(Array(String))) #

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

[View source]

Instance Method Detail

def created : Int64 #

Unix epoch when this report was created


[View source]
def jobs : Hash(String, Werk::Report::Job) #

Jobs results


[View source]
def plan : Array(Array(String)) #

Execution plan


[View source]
def target : String #

Target job name


[View source]