Uses of Interface
com.atlassian.bitbucket.pull.RescopeDetails
Packages that use RescopeDetails
-
Uses of RescopeDetails in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return RescopeDetailsModifier and TypeMethodDescriptionPullRequestRescopedEvent.getAddedCommits()
PullRequestRescopedEvent.getRemovedCommits()
Constructors in com.atlassian.bitbucket.event.pull with parameters of type RescopeDetailsModifierConstructorDescriptionPullRequestRescopedEvent
(Object source, PullRequest pullRequest, String previousFromHash, String previousToHash, RescopeDetails addedCommits, RescopeDetails removedCommits) -
Uses of RescopeDetails in com.atlassian.bitbucket.pull
Classes in com.atlassian.bitbucket.pull that implement RescopeDetailsMethods in com.atlassian.bitbucket.pull that return RescopeDetailsModifier and TypeMethodDescriptionPullRequestRescopeActivity.getAdded()
PullRequestRescopeActivity.getRemoved()
Constructors in com.atlassian.bitbucket.pull with parameters of type RescopeDetails