Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
Page<Change> |
Changeset.getChanges()
|
Page<Change> |
SimpleChangeset.getChanges() |
Page<Change> |
CommitService.getChanges(ChangesRequest request,
PageRequest pageRequest)
Retrieves a page of
changes between two commits. |
Modifier and Type | Method and Description |
---|---|
SimpleChangeset.Builder |
SimpleChangeset.Builder.changes(Page<Change> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractChangeCallback.onChange(Change change)
Discards the provided
Change and returns true to continue streaming. |
boolean |
ChangeCallback.onChange(Change change)
Provides a
change to the callback for processing. |
Modifier and Type | Method and Description |
---|---|
Command<Page<Change>> |
ScmCommandFactory.changes(ChangesCommandParameters parameters,
PageRequest pageRequest)
|
Copyright © 2022 Atlassian. All rights reserved.