Uses of Interface
com.atlassian.bitbucket.commit.Changeset
Packages that use Changeset
-
Uses of Changeset in com.atlassian.bitbucket.commit
Classes in com.atlassian.bitbucket.commit that implement ChangesetMethods in com.atlassian.bitbucket.commit that return types with arguments of type ChangesetModifier and TypeMethodDescriptionCommitService.getChangesets
(ChangesetsRequest request, PageRequest pageRequest) Retrieves changesets for each of the requestedChangesetsRequest.getCommitIds()
commits}, including the first page of changes between each commit and its first parent. -
Uses of Changeset in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type ChangesetModifier and TypeMethodDescriptionScmCommandFactory.changesets
(ChangesetsCommandParameters parameters, PageRequest pageRequest) Retrieves a page ofchangesets
given a set ofcommit IDs
, where each changeset includes the first page ofchanges
between a requested commit and its first parent.