Package com.atlassian.bitbucket.pull
Interface PullRequestMergeQueueEjectedActivity
- All Superinterfaces:
Activity,PullRequestActivity
A
PullRequestActivity representing when the pull request was ejected from the merge queue.
This activity includes information about why the pull request was ejected from the queue.
- Since:
- 10.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.atlassian.bitbucket.activity.Activity
getCreatedDate, getId, getUserMethods inherited from interface com.atlassian.bitbucket.pull.PullRequestActivity
accept, getAction, getPullRequest
-
Method Details
-
getDetailsUrl
- Returns:
- a URL providing additional details about why the pull request was ejected, or
nullif no URL is available
-
getMergeQueueDuration
- Returns:
- the duration in milliseconds that the pull request spent in the merge queue before being ejected, or
nullif not available
-
getReason
- Returns:
- the reason why the pull request was ejected from the merge queue, or
nullif no reason was provided
-