Uses of Interface
com.atlassian.bitbucket.repository.MinimalRefChange
Packages that use MinimalRefChange
- 
Uses of MinimalRefChange in com.atlassian.bitbucket.repositoryClasses in com.atlassian.bitbucket.repository with type parameters of type MinimalRefChangeModifier and TypeClassDescriptionprotected static classSimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<B extends SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<B,R>, R extends MinimalRefChange> Subinterfaces of MinimalRefChange in com.atlassian.bitbucket.repositoryModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents a ref change, used mainly byRepositoryRefsChangedEvent.Classes in com.atlassian.bitbucket.repository that implement MinimalRefChangeModifier and TypeClassDescriptionclassclassA simple, immutable implementation ofMinimalRefChange.classA simple, immutable implementation ofRefChange.
- 
Uses of MinimalRefChange in com.atlassian.bitbucket.scmMethods in com.atlassian.bitbucket.scm with parameters of type MinimalRefChangeModifier and TypeMethodDescriptiondefault voidPushCallback.onRefChange(MinimalRefChange refChange) Provides aref changeto the callback for processing.