class

Gitlab::PipelineObjectAttributes

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

before_sha
Source
before_sha=(before_sha : String)
Source
created_at
Source
created_at=(created_at : String)
Source
detailed_status
Source
detailed_status=(detailed_status : String)
Source
duration
Source
duration=(duration : Int32 | Nil)
Source
finished_at
Source
finished_at=(finished_at : String | Nil)
Source
id=(id : Int32)
Source
ref=(ref : String)
Source
sha=(sha : String)
Source
stages
Source
stages=(stages : Array(String))
Source
status
Source
status=(status : String)
Source
tag=(tag : Bool)
Source