@AsynchronousPreferred public class PullRequestUpdatedEvent extends PullRequestEvent
source| Modifier | Constructor and Description |
|---|---|
|
PullRequestUpdatedEvent(Object source,
PullRequest pullRequest,
String previousTitle,
String previousDescription,
Ref previousToBranch) |
protected |
PullRequestUpdatedEvent(Object source,
PullRequest pullRequest,
String previousTitle,
String previousDescription,
Ref previousToBranch,
boolean previousDraft) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviousDescription() |
String |
getPreviousTitle() |
Ref |
getPreviousToBranch() |
boolean |
isPreviousDraft()
WARNING: This method is experimental and is subject to change between minor versions of Bitbucket.
|
getAction, getPullRequestgetDate, getUsergetSource, toStringpublic PullRequestUpdatedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull String previousTitle, @Nullable String previousDescription, @Nullable Ref previousToBranch)
@Nullable public Ref getPreviousToBranch()
nullpublic boolean isPreviousDraft()
true if the pull request was previously in draft; otherwise falseCopyright © 2023 Atlassian. All rights reserved.