class Gitlab::BuildElement

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 artifacts_file : ArtifactsFile #

[View source]
def artifacts_file=(artifacts_file : ArtifactsFile) #

[View source]
def build_when : String | Nil #

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

[View source]
def created_at : String #

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

[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 manual : Bool #

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

[View source]
def name : String #

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

[View source]
def runner : Runner | Nil #

[View source]
def runner=(runner : Runner | Nil) #

[View source]
def stage : String #

[View source]
def stage=(stage : 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]
def user : User #

[View source]
def user=(user : User) #

[View source]