class

Gitlab::BuildElement

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

artifacts_file
Source
artifacts_file=(artifacts_file : ArtifactsFile)
Source
build_when
Source
build_when=(build_when : String | Nil)
Source
created_at
Source
created_at=(created_at : String)
Source
finished_at
Source
finished_at=(finished_at : String | Nil)
Source
id=(id : Int32)
Source
manual
Source
manual=(manual : Bool)
Source
name
Source
name=(name : String)
Source
runner
Source
runner=(runner : Runner | Nil)
Source
stage
Source
stage=(stage : String)
Source
started_at
Source
started_at=(started_at : String | Nil)
Source
status
Source
status=(status : String)
Source
user
Source
user=(user : User)
Source