| Package | Description |
|---|---|
| com.atlassian.bitbucket.commit | |
| com.atlassian.bitbucket.commit.graph | |
| com.atlassian.bitbucket.event.pull | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SimpleMinimalCommit.AbstractMinimalCommitBuilder<B extends SimpleMinimalCommit.AbstractMinimalCommitBuilder<B,R>,R extends MinimalCommit> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Commit
Describes a single commit.
|
interface |
MinimalRepositoryCommit
A
MinimalCommit associated with a specific repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCommit |
class |
SimpleMinimalCommit |
class |
SimpleMinimalRepositoryCommit
A simple implementation of
MinimalRepositoryCommit. |
| Modifier and Type | Method and Description |
|---|---|
MinimalCommit |
SimpleChangeset.getFromCommit() |
MinimalCommit |
Changeset.getFromCommit() |
| Modifier and Type | Method and Description |
|---|---|
Optional<MinimalCommit> |
CommitService.getCommonAncestor(CommonAncestorRequest request)
Retrieves the common ancestor for the provided commits
|
Collection<MinimalCommit> |
Commit.getParents() |
List<MinimalCommit> |
SimpleCommit.getParents() |
| Modifier and Type | Method and Description |
|---|---|
SimpleChangeset.Builder |
SimpleChangeset.Builder.fromCommit(MinimalCommit value) |
SimpleCommit.Builder |
SimpleCommit.Builder.parent(MinimalCommit value) |
SimpleCommit.Builder |
SimpleCommit.Builder.parents(MinimalCommit value,
MinimalCommit... values) |
SimpleCommit.Builder |
SimpleCommit.Builder.parents(MinimalCommit value,
MinimalCommit... values) |
| Modifier and Type | Method and Description |
|---|---|
SimpleCommit.Builder |
SimpleCommit.Builder.parents(Iterable<MinimalCommit> values) |
| Constructor and Description |
|---|
Builder(MinimalCommit commit) |
| Modifier and Type | Method and Description |
|---|---|
MinimalCommit |
CommitGraphNode.getCommit() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MinimalCommit> |
CommitGraphNode.getParents() |
| Modifier and Type | Method and Description |
|---|---|
MinimalCommit |
PullRequestMergedEvent.getCommit() |
| Constructor and Description |
|---|
PullRequestMergedEvent(Object source,
PullRequest pullRequest,
MinimalCommit commit,
String message,
Map<String,Object> context)
Constructs a new
PullRequestMergedEvent. |
PullRequestMergedEvent(Object source,
PullRequest pullRequest,
MinimalCommit commit,
String message,
String strategyId,
Map<String,Object> context)
Constructs a new
PullRequestMergedEvent. |
| Modifier and Type | Method and Description |
|---|---|
Command<MinimalCommit> |
ScmCommandFactory.commonAncestor(CommonAncestorCommandParameters parameters)
Retrieves the common ancestor for the provided commits
|
Copyright © 2019 Atlassian. All rights reserved.