class Gitlab::PipelineObjectAttributes

Included Modules

Defined in:

webhooks/common.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def before_sha : String #

[View source]
def before_sha=(before_sha : String) #

[View source]
def created_at : String #

[View source]
def created_at=(created_at : String) #

[View source]
def detailed_status : String #

[View source]
def detailed_status=(detailed_status : String) #

[View source]
def duration : Int32 | Nil #

[View source]
def duration=(duration : Int32 | Nil) #

[View source]
def finished_at : String | Nil #

[View source]
def finished_at=(finished_at : String | Nil) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def ref : String #

[View source]
def ref=(ref : String) #

[View source]
def sha : String #

[View source]
def sha=(sha : String) #

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

[View source]
def stages=(stages : Array(String)) #

[View source]
def status : String #

[View source]
def status=(status : String) #

[View source]
def tag : Bool #

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

[View source]