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 classSimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,R>, R extends MinimalRef> Subinterfaces of MinimalRef in com.atlassian.bitbucket.repositoryModifier and TypeInterfaceDescriptioninterfaceARefdenoting a branch in the repository.interfaceAMinimalRefqualified with theRepositoryit exists ininterfaceinterfaceARefqualified with theRepositoryit exists ininterfaceARefdenoting a tag in the repository.Classes in com.atlassian.bitbucket.repository that implement MinimalRefModifier and TypeClassDescriptionclassclassBasic implementation ofMinimalRepositoryRefclassBasic implementation ofRepositoryRefMethods 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 MinimalRefModifierConstructorDescriptionprotectedAbstractBuilder(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 voidPushCallback.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 booleanMirrorSyncCallback.onFailedRef(MinimalRef ref) Called when a ref failed to synchronize.