Uses of Interface
com.atlassian.bitbucket.repository.RefChange
Packages that use RefChange
Package
Description
-
Uses of RefChange in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return types with arguments of type RefChange -
Uses of RefChange in com.atlassian.bitbucket.dashboard
Methods in com.atlassian.bitbucket.dashboard that return RefChange -
Uses of RefChange in com.atlassian.bitbucket.event.branch
Methods in com.atlassian.bitbucket.event.branch that return types with arguments of type RefChangeModifier and TypeMethodDescriptionBranchCreationHookRequest.getRefChanges()
BranchDeletionHookRequest.getRefChanges()
Constructors in com.atlassian.bitbucket.event.branch with parameters of type RefChangeModifierConstructorDescriptionprotected
BranchChangedEvent
(Object source, Repository repository, Branch branch, RefChange refChange) -
Uses of RefChange in com.atlassian.bitbucket.event.content
Constructors in com.atlassian.bitbucket.event.content with parameters of type RefChangeModifierConstructorDescriptionFileEditedEvent
(Object source, Repository repository, Branch branch, RefChange refChange, String path, InputSupplier<InputStream> content, String message) -
Uses of RefChange in com.atlassian.bitbucket.event.mirror
Methods in com.atlassian.bitbucket.event.mirror that return types with arguments of type RefChangeMethod parameters in com.atlassian.bitbucket.event.mirror with type arguments of type RefChangeModifier and TypeMethodDescriptionRepositoryMirrorSynchronizedEvent.Builder.refChanges
(Collection<RefChange> value) -
Uses of RefChange in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return types with arguments of type RefChange -
Uses of RefChange in com.atlassian.bitbucket.event.repository
Methods in com.atlassian.bitbucket.event.repository that return types with arguments of type RefChangeModifier and TypeMethodDescriptionAbstractRepositoryRefsChangedEvent.getRefChanges()
RepositoryRefsChangedEvent.getRefChanges()
Retrieves a collection of thechanged refs
.Constructor parameters in com.atlassian.bitbucket.event.repository with type arguments of type RefChangeModifierConstructorDescriptionAbstractRepositoryRefsChangedEvent
(Object source, Repository repository, Collection<RefChange> refChanges) RepositoryPushEvent
(Object source, Repository repository, Collection<RefChange> refChanges) -
Uses of RefChange in com.atlassian.bitbucket.event.tag
Methods in com.atlassian.bitbucket.event.tag that return types with arguments of type RefChangeModifier and TypeMethodDescriptionTagCreationHookRequest.getRefChanges()
TagDeletionHookRequest.getRefChanges()
Constructors in com.atlassian.bitbucket.event.tag with parameters of type RefChangeModifierConstructorDescriptionTagChangedEvent
(Object source, Repository repository, Tag tag, RefChange refChange) -
Uses of RefChange in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository that return types with arguments of type RefChangeModifier and TypeMethodDescriptionAbstractRepositoryHookRequest.getRefChanges()
RepositoryHookRequest.getRefChanges()
SimpleMergeHookRequest.getRefChanges()
SimplePullRequestMergeHookRequest.getRefChanges()
SimpleRepositoryHookRequest.getRefChanges()
Methods in com.atlassian.bitbucket.hook.repository with parameters of type RefChangeModifier and TypeMethodDescriptionSimpleRepositoryHookRequest.AbstractBuilder.refChanges
(RefChange value, RefChange... moreValues) Method parameters in com.atlassian.bitbucket.hook.repository with type arguments of type RefChangeModifier and TypeMethodDescriptionSimpleRepositoryHookRequest.AbstractBuilder.refChanges
(Iterable<RefChange> values) -
Uses of RefChange in com.atlassian.bitbucket.repository
Subinterfaces of RefChange in com.atlassian.bitbucket.repositoryClasses in com.atlassian.bitbucket.repository that implement RefChangeMethods in com.atlassian.bitbucket.repository that return types with arguments of type RefChangeConstructors in com.atlassian.bitbucket.repository with parameters of type RefChange -
Uses of RefChange in com.atlassian.bitbucket.scm.mirror
Methods in com.atlassian.bitbucket.scm.mirror that return types with arguments of type RefChangeModifier and TypeMethodDescriptionMirrorUpdateRefsCommandParameters.getChanges()
MirrorUpdateRefsCommandFailedException.getFailedChanges()
Methods in com.atlassian.bitbucket.scm.mirror with parameters of type RefChangeModifier and TypeMethodDescriptiondefault boolean
MirrorSyncCallback.onRefChange
(RefChange refChange) Provides aref change
to the callback for processing.Method parameters in com.atlassian.bitbucket.scm.mirror with type arguments of type RefChangeModifier and TypeMethodDescriptionConstructor parameters in com.atlassian.bitbucket.scm.mirror with type arguments of type RefChangeModifierConstructorDescriptionMirrorUpdateRefsCommandFailedException
(KeyedMessage message, Throwable cause, Iterable<RefChange> failedChanges) MirrorUpdateRefsCommandFailedException
(KeyedMessage message, Collection<RefChange> failedChanges)