class Gitlab::MergeParams
- Gitlab::MergeParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #commit_message : String | Nil
- #commit_message=(commit_message : String | Nil)
- #force_remove_source_branch : String | Nil
- #force_remove_source_branch=(force_remove_source_branch : String | Nil)
- #should_remove_source_branch : Bool | Nil
- #should_remove_source_branch=(should_remove_source_branch : Bool | Nil)
- #squash : Bool | Nil
- #squash=(squash : Bool | Nil)