Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.scm |
Modifier and Type | Class and Description |
---|---|
class |
SimpleChangeset |
Modifier and Type | Method and Description |
---|---|
Page<Changeset> |
CommitService.getChangesets(ChangesetsRequest request,
PageRequest pageRequest)
Retrieves changesets for each of the requested
ChangesetsRequest.getCommitIds() commits}, including the
first page of changes between each commit and its first parent. |
Modifier and Type | Method and Description |
---|---|
Command<Page<Changeset>> |
ScmCommandFactory.changesets(ChangesetsCommandParameters parameters,
PageRequest pageRequest)
Retrieves a page of
changesets given a set of commit IDs , where each changeset includes the first page of changes
between a requested commit and its first parent. |
Copyright © 2019 Atlassian. All rights reserved.