Package com.atlassian.bitbucket.commit
Class SimpleChangeset
java.lang.Object
com.atlassian.bitbucket.commit.SimpleChangeset
- All Implemented Interfaces:
Changeset
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getChanges
Description copied from interface:Changeset
Retrieves the firstpage
ofchanges
for this changeset. If it is not thelast page
, more changes can be retrieved using:- Specified by:
getChanges
in interfaceChangeset
- Returns:
- the first page of changes
-
getFromCommit
- Specified by:
getFromCommit
in interfaceChangeset
- Returns:
- the 'from' commit
-
getToCommit
- Specified by:
getToCommit
in interfaceChangeset
- Returns:
- the 'to' commit
-