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.RefChangeDetailsint getTotal()
RefChangeDetails. This may be larger than the size of getCommits().RefChangeDetailsCopyright © 2019 Atlassian. All rights reserved.