public interface PullRequestDraftStatusUpdatedActivity extends PullRequestActivity
PullRequestActivity added when the draft status of a pull request has been updated.
WARNING: This interface is experimental and is subject to change between minor versions of Bitbucket. It is not for consumption and no consideration will be given to nor guarantees made for its compatibility between releases. Basically, don't use it unless you're a Bitbucket developer.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDraft() |
accept, getAction, getPullRequestgetCreatedDate, getId, getUserboolean isDraft()
true if the pull request has been marked as draft; otherwise
false if the pull request has been marked as ready for review.Copyright © 2023 Atlassian. All rights reserved.