Uses of Interface
com.atlassian.bitbucket.repository.Ref
Packages that use Ref
Package
Description
-
Uses of Ref in com.atlassian.bitbucket.build.status
Methods in com.atlassian.bitbucket.build.status that return RefModifier and TypeMethodDescriptionBuildStatusRepositorySearchRequest.getRef()
Restrict the search to build statuses associated with this ref.Methods in com.atlassian.bitbucket.build.status with parameters of type RefModifier and TypeMethodDescription -
Uses of Ref in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return RefConstructors in com.atlassian.bitbucket.event.pull with parameters of type RefModifierConstructorDescriptionPullRequestUpdatedEvent
(Object source, PullRequest pullRequest, String previousTitle, String previousDescription, Ref previousToBranch, boolean previousDraft) -
Uses of Ref in com.atlassian.bitbucket.pull
Subinterfaces of Ref in com.atlassian.bitbucket.pullModifier and TypeInterfaceDescriptioninterface
-
Uses of Ref in com.atlassian.bitbucket.repository
Subinterfaces of Ref in com.atlassian.bitbucket.repositoryModifier and TypeInterfaceDescriptioninterface
ARef
denoting a branch in the repository.interface
ARef
qualified with theRepository
it exists ininterface
ARef
denoting a tag in the repository.Classes in com.atlassian.bitbucket.repository that implement RefMethods in com.atlassian.bitbucket.repository that return RefModifier and TypeMethodDescriptionRefMetadataRequest.getBaseRef()
RefService.resolveRef
(ResolveRefRequest request) Methods in com.atlassian.bitbucket.repository that return types with arguments of type RefModifier and TypeMethodDescriptionRefService.getMetadataByRefs
(RefMetadataRequest request) Retrieves the associated metadata based on a given collection of refs in a repository.RefMetadataRequest.getRefs()
RefService.resolveRefs
(ResolveRefsRequest request) Attempts to resolve multiple refs at once, returning a map with the successfully resolved IDs linked to their resolvedrefs
.Methods in com.atlassian.bitbucket.repository with parameters of type RefModifier and TypeMethodDescriptionboolean
Discards the providedref
.boolean
Called to process aref
.Method parameters in com.atlassian.bitbucket.repository with type arguments of type RefModifier and TypeMethodDescriptionConstructors in com.atlassian.bitbucket.repository with parameters of type Ref -
Uses of Ref in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type RefModifier and TypeMethodDescriptionScmCommandFactory.resolveRef
(ResolveRefCommandParameters parameters) Resolves the specifiedrefId
, which may be a:branch name
tag name
commit hash
If therefId
should be resolved to a specific type, thattype
should be set to allow the SCM to restrict its search.ScmCommandFactory.resolveRefs
(ResolveRefsCommandParameters parameters) Resolves refs from the ref IDs provided onparameters
, which may be one ofbranch name
tag name
commit hash
Callers can specify on theparameters
whether a provided ID is expected to resolve to abranch
,tag
, or aref of unknown type
.