Uses of Interface
com.atlassian.bitbucket.repository.MinimalRef
Packages that use MinimalRef
Package
Description
-
Uses of MinimalRef in com.atlassian.bitbucket.dashboard
Methods in com.atlassian.bitbucket.dashboard that return MinimalRefModifier and TypeMethodDescriptionPullRequestSuggestion.getFromRef()
PullRequestSuggestion.getToRef()
-
Uses of MinimalRef in com.atlassian.bitbucket.event.mirror
Methods in com.atlassian.bitbucket.event.mirror that return types with arguments of type MinimalRefMethod parameters in com.atlassian.bitbucket.event.mirror with type arguments of type MinimalRefModifier and TypeMethodDescriptionRepositoryMirrorSynchronizedEvent.Builder.failedRefs
(Collection<MinimalRef> value) -
Uses of MinimalRef in com.atlassian.bitbucket.pull
Subinterfaces of MinimalRef in com.atlassian.bitbucket.pullModifier and TypeInterfaceDescriptioninterface
-
Uses of MinimalRef in com.atlassian.bitbucket.repository
Classes in com.atlassian.bitbucket.repository with type parameters of type MinimalRefModifier and TypeClassDescriptionprotected static class
SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,
R>, R extends MinimalRef> Subinterfaces of MinimalRef in com.atlassian.bitbucket.repositoryModifier and TypeInterfaceDescriptioninterface
ARef
denoting a branch in the repository.interface
AMinimalRef
qualified with theRepository
it exists ininterface
interface
ARef
qualified with theRepository
it exists ininterface
ARef
denoting a tag in the repository.Classes in com.atlassian.bitbucket.repository that implement MinimalRefModifier and TypeClassDescriptionclass
class
Basic implementation ofMinimalRepositoryRef
class
Basic implementation ofRepositoryRef
Methods in com.atlassian.bitbucket.repository that return MinimalRefModifier and TypeMethodDescriptionRepositoryService.getDefaultBranch
(Repository repository) Retrieves the configured default branch for the specified repository.MinimalRefChange.getRef()
RefChange.getRef()
SimpleMinimalRefChange.getRef()
SimpleRefChange.getRef()
Methods in com.atlassian.bitbucket.repository with parameters of type MinimalRefModifier and TypeMethodDescriptionSimpleMinimalRefChange.AbstractMinimalRefChangeBuilder.ref
(MinimalRef value) SimpleRefChange.AbstractBuilder.ref
(MinimalRef value) Constructors in com.atlassian.bitbucket.repository with parameters of type MinimalRefModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, MinimalRef ref) Builder
(MinimalRef ref) ConflictingRefNameException
(KeyedMessage message, MinimalRef ref) -
Uses of MinimalRef in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type MinimalRefModifier and TypeMethodDescriptiondefault void
PushCallback.onFailedRef
(MinimalRef ref) Called when a ref failed to synchronize. -
Uses of MinimalRef in com.atlassian.bitbucket.scm.mirror
Methods in com.atlassian.bitbucket.scm.mirror with parameters of type MinimalRefModifier and TypeMethodDescriptiondefault boolean
MirrorSyncCallback.onFailedRef
(MinimalRef ref) Called when a ref failed to synchronize.