class Gitlab::PipelineObjectAttributes
- Gitlab::PipelineObjectAttributes
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #before_sha : String
- #before_sha=(before_sha : String)
- #created_at : String
- #created_at=(created_at : String)
- #detailed_status : String
- #detailed_status=(detailed_status : String)
- #duration : Int32 | Nil
- #duration=(duration : Int32 | Nil)
- #finished_at : String | Nil
- #finished_at=(finished_at : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #ref : String
- #ref=(ref : String)
- #sha : String
- #sha=(sha : String)
- #stages : Array(String)
- #stages=(stages : Array(String))
- #status : String
- #status=(status : String)
- #tag : Bool
- #tag=(tag : Bool)