| Package | Description |
|---|---|
| com.atlassian.bamboo.plan.branch | |
| com.atlassian.bamboo.plan.cache |
| Modifier and Type | Method and Description |
|---|---|
<E extends BranchCommitInformation> |
BranchCommitInformationDao.findByChainBranchId(long chainBranchId,
Class<E> clazz) |
| 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 |
|---|---|
void |
BranchCommitInformationManager.save(BranchCommitInformation branchCommitInformation)
Saves
BranchCommitInformation |
void |
ChainBranch.setCommitInformation(BranchCommitInformation commitInformation) |
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 |
|---|---|
BranchCommitInformation |
ImmutableChainBranch.getCommitInformation() |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.