class Gitlab::Projects::Build
- Gitlab::Projects::Build
- Gitlab::Event
- Reference
- Object
Defined in:
webhooks/project.crConstructors
Instance Method Summary
- #before_sha : String
- #before_sha=(before_sha : String)
- #build_allow_failure : Bool
- #build_allow_failure=(build_allow_failure : Bool)
- #build_duration : Float64 | Nil
- #build_duration=(build_duration : Float64 | Nil)
- #build_finished_at : String | Nil
- #build_finished_at=(build_finished_at : String | Nil)
- #build_id : Int32
- #build_id=(build_id : Int32)
- #build_name : String
- #build_name=(build_name : String)
- #build_stage : String
- #build_stage=(build_stage : String)
- #build_started_at : String | Nil
- #build_started_at=(build_started_at : String | Nil)
- #build_status : String
- #build_status=(build_status : String)
- #commit : BuildCommit
- #commit=(commit : BuildCommit)
- #project_id : Int64
- #project_id=(project_id : Int64)
- #project_name : String
- #project_name=(project_name : String)
- #ref : String
- #ref=(ref : String)
- #repository : Repository
- #repository=(repository : Repository)
- #sha : String
- #sha=(sha : String)
- #tag : Bool
- #tag=(tag : Bool)
- #user : User
- #user=(user : User)