public interface

RefChangeDetails

com.atlassian.bitbucket.repository.RefChangeDetails
Known Indirect Subclasses

Summary

Public Methods
@Nonnull List<Commit> getCommits()
Returns a list of commits associated with this RefChangeDetails.
int getTotal()
Returns the total number of commits associated with this RefChangeDetails.

Public Methods

@Nonnull public List<Commit> getCommits ()

Returns a list of commits associated with this RefChangeDetails. This may not contain every associated commit. Use getTotal() to get the total number of commits.

Returns

public int getTotal ()

Returns the total number of commits associated with this RefChangeDetails. This may be larger than the size of getCommits().

Returns