Uses of Interface
com.atlassian.bamboo.plan.branch.BranchCommitInformation
Package
Description
-
Uses of BranchCommitInformation in com.atlassian.bamboo.build.branch
Modifier and TypeMethodDescription<E extends BranchCommitInformation>
EBranchCommitInformationHibernateDao.findByChainBranchId
(long chainBranchId, Class<E> clazz) -
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription<E extends BranchCommitInformation>
EBranchCommitInformationDao.findByChainBranchId
(long chainBranchId, Class<E> clazz) Modifier and TypeMethodDescriptionChainBranchImpl.getCommitInformation()
BranchCommitInformationManager.updateCreatingCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) Creates newBranchCommitInformation
copying the information from the source and then updating creating commit with providedCommitContext
.BranchCommitInformationManagerImpl.updateCreatingCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) BranchCommitInformationManager.updateLatestCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) Creates newBranchCommitInformation
copying the information from the source and then updating latest commit with providedCommitContext
.BranchCommitInformationManagerImpl.updateLatestCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) Modifier and TypeMethodDescriptionprotected void
BranchCommitInformationImpl.copyOf
(BranchCommitInformation other) void
BranchCommitInformationManager.save
(@NotNull BranchCommitInformation branchCommitInformation) SavesBranchCommitInformation
void
BranchCommitInformationManagerImpl.save
(@NotNull BranchCommitInformation branchCommitInformation) void
ChainBranch.setCommitInformation
(@Nullable BranchCommitInformation commitInformation) void
ChainBranchImpl.setCommitInformation
(@Nullable BranchCommitInformation commitInformation) BranchCommitInformationManager.updateCreatingCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) Creates newBranchCommitInformation
copying the information from the source and then updating creating commit with providedCommitContext
.BranchCommitInformationManagerImpl.updateCreatingCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) BranchCommitInformationManager.updateLatestCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) Creates newBranchCommitInformation
copying the information from the source and then updating latest commit with providedCommitContext
.BranchCommitInformationManagerImpl.updateLatestCommitInformation
(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext) ModifierConstructorDescriptionBranchCommitInformationImpl
(@Nullable BranchCommitInformation other) -
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.branch.cache
-
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@Nullable BranchCommitInformation
ImmutableChainBranch.getCommitInformation()
-
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.dto
Modifier and TypeMethodDescriptionEnrichedPlanDto.getBranchCommitInformation()
EnrichedPlanDtoImpl.getBranchCommitInformation()
ModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)