public interface RefChangeDetails
Modifier and Type | Method and Description |
---|---|
List<Commit> |
getCommits()
Returns a list of commits associated with this
RefChangeDetails . |
int |
getTotal()
Returns the total number of commits associated with this
RefChangeDetails . |
@Nonnull List<Commit> getCommits()
RefChangeDetails
. This may not contain every associated commit. Use getTotal()
to get the total number of commits.RefChangeDetails
int getTotal()
RefChangeDetails
. This may be larger than the size of getCommits()
.RefChangeDetails
Copyright © 2019 Atlassian. All rights reserved.