class Gitlab::Changes
- Gitlab::Changes
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #assignee : UserChange | Nil
- #assignee=(assignee : UserChange | Nil)
- #description : StringChange | Nil
- #description=(description : StringChange | Nil)
- #head_pipeline_id : IntChange | Nil
- #head_pipeline_id=(head_pipeline_id : IntChange | Nil)
- #labels : LabelsChange | Nil
- #labels=(labels : LabelsChange | Nil)
- #last_edited_at : StringChange | Nil
- #last_edited_at=(last_edited_at : StringChange | Nil)
- #last_edited_by_id : IntChange | Nil
- #last_edited_by_id=(last_edited_by_id : IntChange | Nil)
- #state : StringChange | Nil
- #state=(state : StringChange | Nil)
- #total_time_spent : IntChange | Nil
- #total_time_spent=(total_time_spent : IntChange | Nil)
- #updated_at : StringChange | Nil
- #updated_at=(updated_at : StringChange | Nil)
- #updated_by_id : IntChange | Nil
- #updated_by_id=(updated_by_id : IntChange | Nil)