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 TypeInterfaceDescriptioninterfaceARefdenoting a branch in the repository.interfaceARefqualified with theRepositoryit exists ininterfaceARefdenoting 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 TypeMethodDescriptionbooleanDiscards the providedref.booleanCalled 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 nametag namecommit hashIf therefIdshould be resolved to a specific type, thattypeshould 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 nametag namecommit hashCallers can specify on theparameterswhether a provided ID is expected to resolve to abranch,tag, or aref of unknown type.