Interface RefChangeDetails
- All Known Implementing Classes:
SimpleRefChangeDetails
public interface RefChangeDetails
- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of commits associated with thisRefChangeDetails
.int
getTotal()
Returns the total number of commits associated with thisRefChangeDetails
.
-
Method Details
-
getCommits
Returns a list of commits associated with thisRefChangeDetails
. This may not contain every associated commit. UsegetTotal()
to get the total number of commits.- Returns:
- commits associated with this
RefChangeDetails
-
getTotal
int getTotal()Returns the total number of commits associated with thisRefChangeDetails
. This may be larger than the size ofgetCommits()
.- Returns:
- the total number of commits associated with this
RefChangeDetails
-