Uses of Interface
com.atlassian.bitbucket.pull.PullRequestRef
Packages that use PullRequestRef
Package
Description
-
Uses of PullRequestRef in com.atlassian.bitbucket.compare
Constructors in com.atlassian.bitbucket.compare with parameters of type PullRequestRefModifierConstructorDescriptionCompareRef
(PullRequestRef ref) Convenience constructor for creating aCompareRef
from aPullRequestRef
. -
Uses of PullRequestRef in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository that return PullRequestRefModifier and TypeMethodDescriptionPullRequestMergeHookRequest.getFromRef()
SimplePullRequestMergeHookRequest.getFromRef()
PullRequestMergeHookRequest.getToRef()
SimplePullRequestMergeHookRequest.getToRef()
-
Uses of PullRequestRef in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestRefModifier and TypeMethodDescriptionEmptyPullRequestException.getFromRef()
PullRequest.getFromRef()
EmptyPullRequestException.getToRef()
PullRequest.getToRef()
Constructors in com.atlassian.bitbucket.pull with parameters of type PullRequestRefModifierConstructorDescriptionEmptyPullRequestException
(KeyedMessage message, PullRequestRef fromRef, PullRequestRef toRef)