| Modifier and Type | Method and Description |
|---|---|
<E extends BranchCommitInformation> |
BranchCommitInformationHibernateDao.findByChainBranchId(long chainBranchId,
Class<E> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
BranchCommitInformationImpl |
| Modifier and Type | Method and Description |
|---|---|
<E extends BranchCommitInformation> |
BranchCommitInformationDao.findByChainBranchId(long chainBranchId,
Class<E> clazz) |
| Modifier and Type | Method and Description |
|---|---|
BranchCommitInformation |
ChainBranchImpl.getCommitInformation() |
BranchCommitInformation |
BranchCommitInformationManagerImpl.updateCreatingCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext) |
BranchCommitInformation |
BranchCommitInformationManager.updateCreatingCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext)
Creates new
BranchCommitInformation copying the information from the source and then updating creating commit
with provided CommitContext. |
BranchCommitInformation |
BranchCommitInformationManagerImpl.updateLatestCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext) |
BranchCommitInformation |
BranchCommitInformationManager.updateLatestCommitInformation(@NotNull BranchCommitInformation source,
@NotNull 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 |
|---|---|
protected void |
BranchCommitInformationImpl.copyOf(BranchCommitInformation other) |
void |
BranchCommitInformationManagerImpl.save(@NotNull BranchCommitInformation branchCommitInformation) |
void |
BranchCommitInformationManager.save(@NotNull BranchCommitInformation branchCommitInformation)
Saves
BranchCommitInformation |
void |
ChainBranchImpl.setCommitInformation(@Nullable BranchCommitInformation commitInformation) |
void |
ChainBranch.setCommitInformation(@Nullable BranchCommitInformation commitInformation) |
BranchCommitInformation |
BranchCommitInformationManagerImpl.updateCreatingCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext) |
BranchCommitInformation |
BranchCommitInformationManager.updateCreatingCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext)
Creates new
BranchCommitInformation copying the information from the source and then updating creating commit
with provided CommitContext. |
BranchCommitInformation |
BranchCommitInformationManagerImpl.updateLatestCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext) |
BranchCommitInformation |
BranchCommitInformationManager.updateLatestCommitInformation(@NotNull BranchCommitInformation source,
@NotNull CommitContext commitContext)
Creates new
BranchCommitInformation copying the information from the source and then updating latest commit
with provided CommitContext. |
| Constructor and Description |
|---|
BranchCommitInformationImpl(@Nullable BranchCommitInformation other) |
| Modifier and Type | Method and Description |
|---|---|
BranchCommitInformation |
ImmutableChainBranchImpl.getCommitInformation() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable BranchCommitInformation |
ImmutableChainBranch.getCommitInformation() |
| Modifier and Type | Method and Description |
|---|---|
BranchCommitInformation |
EnrichedPlanDtoImpl.getBranchCommitInformation() |
BranchCommitInformation |
EnrichedPlanDto.getBranchCommitInformation() |
| Constructor and Description |
|---|
EnrichedPlanDtoImpl(@NotNull PlanDto basePlanDto,
@NotNull List<String> labelNames,
@Nullable BranchCommitInformation branchCommitInformation,
@Nullable ChainBranchMetadataDto chainBranchMetadataDto) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.