Package com.atlassian.bitbucket.pull
Interface PullRequestDraftStatusUpdatedActivity
- All Superinterfaces:
Activity
,PullRequestActivity
A
PullRequestActivity
added when the draft status of a pull request has been updated.- Since:
- 8.18
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.activity.Activity
getCreatedDate, getId, getUser
Methods inherited from interface com.atlassian.bitbucket.pull.PullRequestActivity
accept, getAction, getPullRequest
-
Method Details
-
isDraft
boolean isDraft()- Returns:
true
if the pull request has been marked asdraft
; otherwisefalse
if the pull request has been marked as ready for review.
-