Uses of Interface
com.atlassian.bitbucket.repository.MinimalRef
Package
Description
-
Uses of MinimalRef in com.atlassian.bitbucket.dashboard
Modifier and TypeMethodDescriptionPullRequestSuggestion.getFromRef()
PullRequestSuggestion.getToRef()
-
Uses of MinimalRef in com.atlassian.bitbucket.event.mirror
Modifier and TypeMethodDescriptionRepositoryMirrorSynchronizedEvent.Builder.failedRefs
(Collection<MinimalRef> value) -
Uses of MinimalRef in com.atlassian.bitbucket.pull
Modifier and TypeInterfaceDescriptioninterface
-
Uses of MinimalRef in com.atlassian.bitbucket.repository
Modifier and TypeClassDescriptionprotected static class
SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,
R>, R extends MinimalRef> Modifier 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.Modifier and TypeClassDescriptionclass
class
Basic implementation ofMinimalRepositoryRef
class
Basic implementation ofRepositoryRef
Modifier and TypeMethodDescriptionRepositoryService.getDefaultBranch
(Repository repository) Retrieves the configured default branch for the specified repository.MinimalRefChange.getRef()
RefChange.getRef()
SimpleMinimalRefChange.getRef()
SimpleRefChange.getRef()
Modifier and TypeMethodDescriptionSimpleMinimalRefChange.AbstractMinimalRefChangeBuilder.ref
(MinimalRef value) SimpleRefChange.AbstractBuilder.ref
(MinimalRef value) ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, MinimalRef ref) Builder
(MinimalRef ref) ConflictingRefNameException
(KeyedMessage message, MinimalRef ref) -
Uses of MinimalRef in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptiondefault void
PushCallback.onFailedRef
(MinimalRef ref) Called when a ref failed to synchronize. -
Uses of MinimalRef in com.atlassian.bitbucket.scm.mirror
Modifier and TypeMethodDescriptiondefault boolean
MirrorSyncCallback.onFailedRef
(MinimalRef ref) Called when a ref failed to synchronize.