class Gitlab::BuildElement
- Gitlab::BuildElement
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #artifacts_file : ArtifactsFile
- #artifacts_file=(artifacts_file : ArtifactsFile)
- #build_when : String | Nil
- #build_when=(build_when : String | Nil)
- #created_at : String
- #created_at=(created_at : String)
- #finished_at : String | Nil
- #finished_at=(finished_at : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #manual : Bool
- #manual=(manual : Bool)
- #name : String
- #name=(name : String)
- #runner : Runner | Nil
- #runner=(runner : Runner | Nil)
- #stage : String
- #stage=(stage : String)
- #started_at : String | Nil
- #started_at=(started_at : String | Nil)
- #status : String
- #status=(status : String)
- #user : User
- #user=(user : User)