java.lang.Object | |
↳ | com.atlassian.bitbucket.repository.SimpleRefChangeDetails |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimpleRefChangeDetails.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of commits associated with this
RefChangeDetails . | |||||||||||
Returns the total number of commits associated with this
RefChangeDetails . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.repository.RefChangeDetails
|
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.
RefChangeDetails
Returns the total number of commits associated with this RefChangeDetails
. This may be larger than the size of getCommits()
.
RefChangeDetails