| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PullRequestEvent |
PullRequestEvent.clone() |
PullRequestEvent |
PullRequestEvent.withActorArn(String actorArn)
The Amazon Resource Name (ARN) of the user whose actions resulted in the event.
|
PullRequestEvent |
PullRequestEvent.withApprovalRuleEventMetadata(ApprovalRuleEventMetadata approvalRuleEventMetadata)
Information about a pull request event.
|
PullRequestEvent |
PullRequestEvent.withApprovalRuleOverriddenEventMetadata(ApprovalRuleOverriddenEventMetadata approvalRuleOverriddenEventMetadata)
Information about an approval rule override event for a pull request.
|
PullRequestEvent |
PullRequestEvent.withApprovalStateChangedEventMetadata(ApprovalStateChangedEventMetadata approvalStateChangedEventMetadata)
Information about an approval state change for a pull request.
|
PullRequestEvent |
PullRequestEvent.withEventDate(Date eventDate)
The day and time of the pull request event, in timestamp format.
|
PullRequestEvent |
PullRequestEvent.withPullRequestCreatedEventMetadata(PullRequestCreatedEventMetadata pullRequestCreatedEventMetadata)
Information about the source and destination branches for the pull request.
|
PullRequestEvent |
PullRequestEvent.withPullRequestEventType(PullRequestEventType pullRequestEventType)
The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update
event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).
|
PullRequestEvent |
PullRequestEvent.withPullRequestEventType(String pullRequestEventType)
The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update
event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).
|
PullRequestEvent |
PullRequestEvent.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
PullRequestEvent |
PullRequestEvent.withPullRequestMergedStateChangedEventMetadata(PullRequestMergedStateChangedEventMetadata pullRequestMergedStateChangedEventMetadata)
Information about the change in mergability state for the pull request event.
|
PullRequestEvent |
PullRequestEvent.withPullRequestSourceReferenceUpdatedEventMetadata(PullRequestSourceReferenceUpdatedEventMetadata pullRequestSourceReferenceUpdatedEventMetadata)
Information about the updated source branch for the pull request event.
|
PullRequestEvent |
PullRequestEvent.withPullRequestStatusChangedEventMetadata(PullRequestStatusChangedEventMetadata pullRequestStatusChangedEventMetadata)
Information about the change in status for the pull request event.
|
| Modifier and Type | Method and Description |
|---|---|
List<PullRequestEvent> |
DescribePullRequestEventsResult.getPullRequestEvents()
Information about the pull request events.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePullRequestEventsResult |
DescribePullRequestEventsResult.withPullRequestEvents(PullRequestEvent... pullRequestEvents)
Information about the pull request events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePullRequestEventsResult.setPullRequestEvents(Collection<PullRequestEvent> pullRequestEvents)
Information about the pull request events.
|
DescribePullRequestEventsResult |
DescribePullRequestEventsResult.withPullRequestEvents(Collection<PullRequestEvent> pullRequestEvents)
Information about the pull request events.
|
Copyright © 2021. All rights reserved.