class Gitlab::BuildCommit

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 author_email : String #

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

[View source]
def author_name : String #

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

[View source]
def author_url : String #

[View source]
def author_url=(author_url : 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 message : String #

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

[View source]
def sha : String #

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

[View source]
def started_at : String | Nil #

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

[View source]
def status : String #

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

[View source]