class Gitlab::MergeRequestObjectAttributes
- Gitlab::MergeRequestObjectAttributes
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #action : String
- #action=(action : String)
- #assignee_id : Int32 | Nil
- #assignee_id=(assignee_id : Int32 | Nil)
- #author_id : Int32 | Nil
- #author_id=(author_id : Int32 | Nil)
- #created_at : String
- #created_at=(created_at : String)
- #description : String
- #description=(description : String)
- #head_pipeline_id : Int32 | Nil
- #head_pipeline_id=(head_pipeline_id : Int32 | Nil)
- #human_time_estimate : String | Nil
- #human_time_estimate=(human_time_estimate : String | Nil)
- #human_total_time_spent : String | Nil
- #human_total_time_spent=(human_total_time_spent : String | Nil)
- #id : Int32
- #id=(id : Int32)
- #iid : Int32
- #iid=(iid : Int32)
- #last_commit : Commit
- #last_commit=(last_commit : Commit)
- #last_edited_at : String | Nil
- #last_edited_at=(last_edited_at : String | Nil)
- #last_edited_by_id : Int32 | Nil
- #last_edited_by_id=(last_edited_by_id : Int32 | Nil)
- #merge_commit_sha : String | Nil
- #merge_commit_sha=(merge_commit_sha : String | Nil)
- #merge_error : String | Nil
- #merge_error=(merge_error : String | Nil)
- #merge_params : MergeParams
- #merge_params=(merge_params : MergeParams)
- #merge_status : String
- #merge_status=(merge_status : String)
- #merge_user_id : Int32 | Nil
- #merge_user_id=(merge_user_id : Int32 | Nil)
- #merge_when_pipeline_succeeds : Bool
- #merge_when_pipeline_succeeds=(merge_when_pipeline_succeeds : Bool)
- #milestone_id : Int32 | Nil
- #milestone_id=(milestone_id : Int32 | Nil)
- #oldrev : String | Nil
- #oldrev=(oldrev : String | Nil)
- #source : Project
- #source=(source : Project)
- #source_branch : String
- #source_branch=(source_branch : String)
- #source_project_id : Int32
- #source_project_id=(source_project_id : Int32)
- #state : String
- #state=(state : String)
- #target : Project
- #target=(target : Project)
- #target_branch : String
- #target_branch=(target_branch : String)
- #target_project_id : Int32
- #target_project_id=(target_project_id : Int32)
- #time_estimate : Int32
- #time_estimate=(time_estimate : Int32)
- #title : String
- #title=(title : String)
- #total_time_spent : Int32
- #total_time_spent=(total_time_spent : Int32)
- #updated_at : String
- #updated_at=(updated_at : String)
- #updated_by_id : Int32 | Nil
- #updated_by_id=(updated_by_id : Int32 | Nil)
- #url : String
- #url=(url : String)
- #work_in_progress : Bool
- #work_in_progress=(work_in_progress : Bool)