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 Summary
-
Method Details
-
getRef
- Returns:
- the ref that has been updated
-
getType
- Returns:
- the type of ref change
-