| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
UpdatePullRequestStatusResponse.pullRequest()
Information about the pull request.
|
PullRequest |
MergePullRequestByFastForwardResponse.pullRequest()
Information about the specified pull request, including the merge.
|
PullRequest |
UpdatePullRequestTitleResponse.pullRequest()
Information about the updated pull request.
|
PullRequest |
CreatePullRequestResponse.pullRequest()
Information about the newly created pull request.
|
PullRequest |
UpdatePullRequestDescriptionResponse.pullRequest()
Information about the updated pull request.
|
PullRequest |
MergePullRequestByThreeWayResponse.pullRequest()
Returns the value of the PullRequest property for this object.
|
PullRequest |
GetPullRequestResponse.pullRequest()
Information about the specified pull request.
|
PullRequest |
MergePullRequestBySquashResponse.pullRequest()
Returns the value of the PullRequest property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestStatusResponse.Builder |
UpdatePullRequestStatusResponse.Builder.pullRequest(PullRequest pullRequest)
Information about the pull request.
|
MergePullRequestByFastForwardResponse.Builder |
MergePullRequestByFastForwardResponse.Builder.pullRequest(PullRequest pullRequest)
Information about the specified pull request, including the merge.
|
UpdatePullRequestTitleResponse.Builder |
UpdatePullRequestTitleResponse.Builder.pullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
CreatePullRequestResponse.Builder |
CreatePullRequestResponse.Builder.pullRequest(PullRequest pullRequest)
Information about the newly created pull request.
|
UpdatePullRequestDescriptionResponse.Builder |
UpdatePullRequestDescriptionResponse.Builder.pullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
MergePullRequestByThreeWayResponse.Builder |
MergePullRequestByThreeWayResponse.Builder.pullRequest(PullRequest pullRequest)
Sets the value of the PullRequest property for this object.
|
GetPullRequestResponse.Builder |
GetPullRequestResponse.Builder.pullRequest(PullRequest pullRequest)
Information about the specified pull request.
|
MergePullRequestBySquashResponse.Builder |
MergePullRequestBySquashResponse.Builder.pullRequest(PullRequest pullRequest)
Sets the value of the PullRequest property for this object.
|
Copyright © 2022. All rights reserved.