Interface MinimalRefChange

All Known Subinterfaces:
DetailedRefChange, RefChange
All Known Implementing Classes:
SimpleDetailedRefChange, SimpleMinimalRefChange, SimpleRefChange

public interface MinimalRefChange
A minimal abstraction for a ref change, describing only the ref and the change type.
Since:
7.11
  • Method Details

    • getRef

      @Nonnull MinimalRef getRef()
      Returns:
      the ref that has been updated
    • getType

      @Nonnull RefChangeType getType()
      Returns:
      the type of ref change