| Package | Description |
|---|---|
| com.atlassian.bamboo.commit | |
| com.atlassian.bamboo.plan.branch | |
| com.atlassian.bamboo.repository | |
| com.atlassian.bamboo.v2.build |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Commit
Interface that represents a single commit set.
|
| Modifier and Type | Method and Description |
|---|---|
BranchCommitInformation |
BranchCommitInformationManager.updateCreatingCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
Creates new
BranchCommitInformation copying the information from the source and then updating creating commit
with provided CommitContext. |
BranchCommitInformation |
BranchCommitInformationManager.updateLatestCommitInformation(BranchCommitInformation source,
CommitContext commitContext)
Creates new
BranchCommitInformation copying the information from the source and then updating latest commit
with provided CommitContext. |
| Modifier and Type | Method and Description |
|---|---|
CommitContext |
BranchDetectionCapableRepository.getFirstCommit()
Deprecated.
Retrieve the commit that created the Branch.
|
CommitContext |
BranchDetectionCapableRepository.getLastCommit()
Deprecated.
Retrieve last commit on the branch set on this Repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommitContext> |
BuildRepositoryChanges.getChanges()
|
List<CommitContext> |
BuildChanges.getChanges()
Get changes from all repositories
|
List<CommitContext> |
BuildChanges.getChanges(long repositoryId)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildRepositoryChanges.setChanges(List<CommitContext> changes) |
void |
BuildChanges.setChanges(long repositoryId,
List<CommitContext> changes) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.