Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static ExecuteMergePullRequestDetails.PostMergeAction |
ExecuteMergePullRequestDetails.PostMergeAction.create(String key) |
ExecuteMergePullRequestDetails.PostMergeAction |
ExecuteMergePullRequestDetails.getPostMergeAction()
What needs to happen after the merge is done successfully.
|
static ExecuteMergePullRequestDetails.PostMergeAction |
ExecuteMergePullRequestDetails.PostMergeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteMergePullRequestDetails.PostMergeAction[] |
ExecuteMergePullRequestDetails.PostMergeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecuteMergePullRequestDetails.Builder |
ExecuteMergePullRequestDetails.Builder.postMergeAction(ExecuteMergePullRequestDetails.PostMergeAction postMergeAction)
What needs to happen after the merge is done successfully.
|
Constructor and Description |
---|
ExecuteMergePullRequestDetails(String commitMessage,
MergeStrategy mergeStrategy,
ExecuteMergePullRequestDetails.PostMergeAction postMergeAction)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.