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