Modifier and Type | Class and Description |
---|---|
static class |
SimpleChangeset.Builder |
Modifier and Type | Method and Description |
---|---|
Page<Change> |
getChanges()
|
MinimalCommit |
getFromCommit() |
Commit |
getToCommit() |
public Page<Change> getChanges()
Changeset
page
of changes
for this changeset. If it is not the
last page
, more changes can be retrieved using:
getChanges
in interface Changeset
public MinimalCommit getFromCommit()
getFromCommit
in interface Changeset
@Nonnull public Commit getToCommit()
getToCommit
in interface Changeset
Copyright © 2022 Atlassian. All rights reserved.