public interface Changeset
fromCommit
refers to the parent commit, while toCommit
refers
to the commit itself. This class can also be used to describe the changes between arbitrary commits.Modifier and Type | Method and Description |
---|---|
Page<Change> |
getChanges()
|
MinimalCommit |
getFromCommit() |
Commit |
getToCommit() |
Copyright © 2019 Atlassian. All rights reserved.