Modifier and Type | Class and Description |
---|---|
class |
SimpleCommit |
Modifier and Type | Method and Description |
---|---|
Commit |
CommitEnricher.enrich(Repository repository,
Commit commit,
Collection<String> propertyKeys) |
Commit |
CommitService.getCommit(CommitRequest request)
Retrieves a commit based on te provided
request . |
Commit |
Changeset.getToCommit() |
Commit |
SimpleChangeset.getToCommit() |
Modifier and Type | Method and Description |
---|---|
Page<Commit> |
CommitEnricher.enrichPage(Repository repository,
Page<Commit> page,
Collection<String> propertyKeys) |
Page<Commit> |
CommitService.getCommits(CommitsRequest request,
PageRequest pageRequest)
Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return
commits which modify one or more paths.
|
Page<Commit> |
CommitService.getCommitsBetween(CommitsBetweenRequest request,
PageRequest pageRequest)
Retrieves a page of commits between the
included commits and the
excluded commits . |
Optional<Commit> |
LastModifiedSummary.getLatestCommit() |
Modifier and Type | Method and Description |
---|---|
Commit |
CommitEnricher.enrich(Repository repository,
Commit commit,
Collection<String> propertyKeys) |
LastModifiedSummary.Builder |
LastModifiedSummary.Builder.latestCommit(Commit value) |
boolean |
AbstractCommitCallback.onCommit(Commit commit) |
boolean |
CommitCallback.onCommit(Commit commit)
Receives a fully-populated
commit for processing. |
boolean |
LastModifiedCallback.onFile(String file,
Commit commit)
Receives a fully-populated
commit which last modified the specified file . |
Modifier and Type | Method and Description |
---|---|
Page<Commit> |
CommitEnricher.enrichPage(Repository repository,
Page<Commit> page,
Collection<String> propertyKeys) |
Constructor and Description |
---|
Builder(Commit commit) |
Builder(Commit toCommit) |
Modifier and Type | Method and Description |
---|---|
Commit |
ContentService.editFile(EditFileRequest request)
Adds a new file or updates the content of an existing file.
|
Modifier and Type | Method and Description |
---|---|
void |
CommitIndex.addCommit(Commit commit,
Repository repository)
Associates the provided
Commit with the specified Repository . |
Modifier and Type | Field and Description |
---|---|
static Comparator<Commit> |
SimpleRescopeDetails.DATE_ORDER
Orders commits in reverse chronological order, by descending
author
timestamp . |
Modifier and Type | Method and Description |
---|---|
Commit |
PullRequestCommitEnricher.enrich(PullRequest pullRequest,
Commit commit,
Collection<String> propertyKeys)
Enrich a single commit with properties from the
CommitIndex . |
Commit |
PullRequestMergeActivity.getCommit() |
Modifier and Type | Method and Description |
---|---|
Page<Commit> |
PullRequestCommitEnricher.enrichPage(PullRequest pullRequest,
Page<Commit> page,
Collection<String> propertyKeys)
Enrich a page of commits with properties from the
CommitIndex . |
List<Commit> |
SimpleRescopeDetails.getCommits() |
List<Commit> |
RescopeDetails.getCommits() |
Page<Commit> |
PullRequestService.getCommits(int repositoryId,
long pullRequestId,
PageRequest pageRequest)
Deprecated.
in 6.0 for removal in 7.0. Use
PullRequestService.getCommits(PullRequestCommitsRequest, PageRequest) instead |
Page<Commit> |
PullRequestService.getCommits(PullRequestCommitsRequest request,
PageRequest pageRequest)
Retrieves a page of the commits for a given pull request.
|
Modifier and Type | Method and Description |
---|---|
SimpleRescopeDetails.Builder |
SimpleRescopeDetails.Builder.commit(Commit value) |
Commit |
PullRequestCommitEnricher.enrich(PullRequest pullRequest,
Commit commit,
Collection<String> propertyKeys)
Enrich a single commit with properties from the
CommitIndex . |
Modifier and Type | Method and Description |
---|---|
SimpleRescopeDetails.Builder |
SimpleRescopeDetails.Builder.commits(Iterable<Commit> value) |
Page<Commit> |
PullRequestCommitEnricher.enrichPage(PullRequest pullRequest,
Page<Commit> page,
Collection<String> propertyKeys)
Enrich a page of commits with properties from the
CommitIndex . |
Modifier and Type | Method and Description |
---|---|
List<Commit> |
RefChangeDetails.getCommits()
Returns a list of commits associated with this
RefChangeDetails . |
List<Commit> |
SimpleRefChangeDetails.getCommits() |
Modifier and Type | Method and Description |
---|---|
SimpleRefChangeDetails.Builder |
SimpleRefChangeDetails.Builder.commits(Iterable<Commit> value) |
Modifier and Type | Method and Description |
---|---|
Command<Commit> |
ScmCommandFactory.commit(CommitCommandParameters parameters)
Retrieves
details for the specified commit. |
Command<Page<Commit>> |
ScmCommandFactory.commits(CommitsCommandParameters parameters,
PageRequest pageRequest)
Retrieves a
page of commits matching the specified parameters . |
Command<Commit> |
ScmExtendedCommandFactory.editFile(EditFileCommandParameters parameters)
Adds a new file or updates the content of an existing file as described in the
parameters . |
Modifier and Type | Method and Description |
---|---|
boolean |
BulkCommitCallback.onCommit(Commit commit,
Set<Repository> repositories)
Receives a commit, and the set of repositories the commit was found in.
|
Copyright © 2019 Atlassian. All rights reserved.