| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
PullRequest.clone() |
PullRequest |
UpdatePullRequestDescriptionResult.getPullRequest()
Information about the updated pull request.
|
PullRequest |
CreatePullRequestResult.getPullRequest()
Information about the newly created pull request.
|
PullRequest |
UpdatePullRequestTitleResult.getPullRequest()
Information about the updated pull request.
|
PullRequest |
MergePullRequestByThreeWayResult.getPullRequest() |
PullRequest |
UpdatePullRequestStatusResult.getPullRequest()
Information about the pull request.
|
PullRequest |
GetPullRequestResult.getPullRequest()
Information about the specified pull request.
|
PullRequest |
MergePullRequestBySquashResult.getPullRequest() |
PullRequest |
MergePullRequestByFastForwardResult.getPullRequest()
Information about the specified pull request, including the merge.
|
PullRequest |
PullRequest.withApprovalRules(ApprovalRule... approvalRules)
The approval rules applied to the pull request.
|
PullRequest |
PullRequest.withApprovalRules(Collection<ApprovalRule> approvalRules)
The approval rules applied to the pull request.
|
PullRequest |
PullRequest.withAuthorArn(String authorArn)
The Amazon Resource Name (ARN) of the user who created the pull request.
|
PullRequest |
PullRequest.withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
PullRequest |
PullRequest.withCreationDate(Date creationDate)
The date and time the pull request was originally created, in timestamp format.
|
PullRequest |
PullRequest.withDescription(String description)
The user-defined description of the pull request.
|
PullRequest |
PullRequest.withLastActivityDate(Date lastActivityDate)
The day and time of the last user or system activity on the pull request, in timestamp format.
|
PullRequest |
PullRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
PullRequest |
PullRequest.withPullRequestStatus(PullRequestStatusEnum pullRequestStatus)
The status of the pull request.
|
PullRequest |
PullRequest.withPullRequestStatus(String pullRequestStatus)
The status of the pull request.
|
PullRequest |
PullRequest.withPullRequestTargets(Collection<PullRequestTarget> pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
PullRequest |
PullRequest.withPullRequestTargets(PullRequestTarget... pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
PullRequest |
PullRequest.withRevisionId(String revisionId)
The system-generated revision ID for the pull request.
|
PullRequest |
PullRequest.withTitle(String title)
The user-defined title of the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePullRequestDescriptionResult.setPullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
void |
CreatePullRequestResult.setPullRequest(PullRequest pullRequest)
Information about the newly created pull request.
|
void |
UpdatePullRequestTitleResult.setPullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
void |
MergePullRequestByThreeWayResult.setPullRequest(PullRequest pullRequest) |
void |
UpdatePullRequestStatusResult.setPullRequest(PullRequest pullRequest)
Information about the pull request.
|
void |
GetPullRequestResult.setPullRequest(PullRequest pullRequest)
Information about the specified pull request.
|
void |
MergePullRequestBySquashResult.setPullRequest(PullRequest pullRequest) |
void |
MergePullRequestByFastForwardResult.setPullRequest(PullRequest pullRequest)
Information about the specified pull request, including the merge.
|
UpdatePullRequestDescriptionResult |
UpdatePullRequestDescriptionResult.withPullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
CreatePullRequestResult |
CreatePullRequestResult.withPullRequest(PullRequest pullRequest)
Information about the newly created pull request.
|
UpdatePullRequestTitleResult |
UpdatePullRequestTitleResult.withPullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
MergePullRequestByThreeWayResult |
MergePullRequestByThreeWayResult.withPullRequest(PullRequest pullRequest) |
UpdatePullRequestStatusResult |
UpdatePullRequestStatusResult.withPullRequest(PullRequest pullRequest)
Information about the pull request.
|
GetPullRequestResult |
GetPullRequestResult.withPullRequest(PullRequest pullRequest)
Information about the specified pull request.
|
MergePullRequestBySquashResult |
MergePullRequestBySquashResult.withPullRequest(PullRequest pullRequest) |
MergePullRequestByFastForwardResult |
MergePullRequestByFastForwardResult.withPullRequest(PullRequest pullRequest)
Information about the specified pull request, including the merge.
|
Copyright © 2022. All rights reserved.