Uses of Interface
com.atlassian.bitbucket.repository.MinimalRefChange
Packages that use MinimalRefChange
-
Uses of MinimalRefChange in com.atlassian.bitbucket.repository
Classes in com.atlassian.bitbucket.repository with type parameters of type MinimalRefChangeModifier and TypeClassDescriptionprotected static class
SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<B extends SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<B,
R>, R extends MinimalRefChange> Subinterfaces of MinimalRefChange in com.atlassian.bitbucket.repositoryModifier and TypeInterfaceDescriptioninterface
interface
Represents a ref change, used mainly byRepositoryRefsChangedEvent
.Classes in com.atlassian.bitbucket.repository that implement MinimalRefChangeModifier and TypeClassDescriptionclass
class
A simple, immutable implementation ofMinimalRefChange
.class
A simple, immutable implementation ofRefChange
. -
Uses of MinimalRefChange in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type MinimalRefChangeModifier and TypeMethodDescriptiondefault void
PushCallback.onRefChange
(MinimalRefChange refChange) Provides aref change
to the callback for processing.