Uses of Interface
com.atlassian.bamboo.plan.branch.BranchCommitInformation
Packages that use BranchCommitInformation
Package
Description
-
Uses of BranchCommitInformation in com.atlassian.bamboo.build.branch
Methods in com.atlassian.bamboo.build.branch with type parameters of type BranchCommitInformationModifier and TypeMethodDescription<E extends BranchCommitInformation>
EBranchCommitInformationHibernateDao.findByChainBranchId
(long chainBranchId, Class<E> clazz) -
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BranchCommitInformationMethods in com.atlassian.bamboo.plan.branch with type parameters of type BranchCommitInformationModifier and TypeMethodDescription<E extends BranchCommitInformation>
EBranchCommitInformationDao.findByChainBranchId
(long chainBranchId, Class<E> clazz) Methods in com.atlassian.bamboo.plan.branch that return BranchCommitInformationModifier 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) Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformationModifier 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) Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformationModifierConstructorDescriptionBranchCommitInformationImpl
(@Nullable BranchCommitInformation other) -
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache that return BranchCommitInformation -
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return BranchCommitInformationModifier and TypeMethodDescription@Nullable BranchCommitInformation
ImmutableChainBranch.getCommitInformation()
-
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return BranchCommitInformationModifier and TypeMethodDescriptionEnrichedPlanDto.getBranchCommitInformation()
EnrichedPlanDtoImpl.getBranchCommitInformation()
Constructors in com.atlassian.bamboo.plan.dto with parameters of type BranchCommitInformationModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)