class Gitlab::MergeParams

Included Modules

Defined in:

webhooks/common.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def commit_message : String | Nil #

[View source]
def commit_message=(commit_message : String | Nil) #

[View source]
def force_remove_source_branch : String | Nil #

[View source]
def force_remove_source_branch=(force_remove_source_branch : String | Nil) #

[View source]
def should_remove_source_branch : Bool | Nil #

[View source]
def should_remove_source_branch=(should_remove_source_branch : Bool | Nil) #

[View source]
def squash : Bool | Nil #

[View source]
def squash=(squash : Bool | Nil) #

[View source]