bitbucket-api-client-lib

PullrequestEndpointBranch

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- name | String | | [optional] mergeStrategies | List<MergeStrategiesEnum> | Available merge strategies, when this endpoint is the destination of the pull request. | [optional] defaultMergeStrategy | String | The default merge strategy, when this endpoint is the destination of the pull request. | [optional]

Enum: List<MergeStrategiesEnum>

Name | Value —- | —– MERGE_COMMIT | "merge_commit" SQUASH | "squash" FAST_FORWARD | "fast_forward"