Uses of Interface
com.atlassian.bamboo.plan.branch.BranchCommitInformation
-
-
Uses of BranchCommitInformation in com.atlassian.bamboo.build.branch
Methods in com.atlassian.bamboo.build.branch with type parameters of type BranchCommitInformation Modifier and Type Method Description <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 BranchCommitInformation Modifier and Type Class Description class
BranchCommitInformationImpl
Methods in com.atlassian.bamboo.plan.branch with type parameters of type BranchCommitInformation Modifier and Type Method Description <E extends BranchCommitInformation>
EBranchCommitInformationDao. findByChainBranchId(long chainBranchId, Class<E> clazz)
Methods in com.atlassian.bamboo.plan.branch that return BranchCommitInformation Modifier and Type Method Description BranchCommitInformation
ChainBranchImpl. getCommitInformation()
BranchCommitInformation
BranchCommitInformationManager. updateCreatingCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
Creates newBranchCommitInformation
copying the information from the source and then updating creating commit with providedCommitContext
.BranchCommitInformation
BranchCommitInformationManagerImpl. updateCreatingCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
BranchCommitInformation
BranchCommitInformationManager. updateLatestCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
Creates newBranchCommitInformation
copying the information from the source and then updating latest commit with providedCommitContext
.BranchCommitInformation
BranchCommitInformationManagerImpl. updateLatestCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformation Modifier and Type Method Description protected 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)
BranchCommitInformation
BranchCommitInformationManager. updateCreatingCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
Creates newBranchCommitInformation
copying the information from the source and then updating creating commit with providedCommitContext
.BranchCommitInformation
BranchCommitInformationManagerImpl. updateCreatingCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
BranchCommitInformation
BranchCommitInformationManager. updateLatestCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
Creates newBranchCommitInformation
copying the information from the source and then updating latest commit with providedCommitContext
.BranchCommitInformation
BranchCommitInformationManagerImpl. updateLatestCommitInformation(@NotNull BranchCommitInformation source, @NotNull CommitContext commitContext)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformation Constructor Description BranchCommitInformationImpl(@Nullable BranchCommitInformation other)
-
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache that return BranchCommitInformation Modifier and Type Method Description BranchCommitInformation
ImmutableChainBranchImpl. getCommitInformation()
-
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return BranchCommitInformation Modifier and Type Method Description @Nullable BranchCommitInformation
ImmutableChainBranch. getCommitInformation()
-
Uses of BranchCommitInformation in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return BranchCommitInformation Modifier and Type Method Description BranchCommitInformation
EnrichedPlanDto. getBranchCommitInformation()
BranchCommitInformation
EnrichedPlanDtoImpl. getBranchCommitInformation()
Constructors in com.atlassian.bamboo.plan.dto with parameters of type BranchCommitInformation Constructor Description EnrichedPlanDtoImpl(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)
-