Package com.atlassian.bitbucket.pull
Interface PullRequestRescopeActivity
- All Superinterfaces:
Activity
,PullRequestActivity
A
PullRequestActivity
added when the source or target ref of the pull request moves.
Note: Rescope activities not adding or removing commits are pruned. Hence, not all source or target ref moves will have a rescope activity.
- See Also:
-
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
-
getAdded
-
getFromHash
-
getPreviousFromHash
-
getPreviousToHash
-
getRemoved
-
getToHash
-