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