Uses of Interface
com.atlassian.bamboo.plan.dto.ChainBranchMetadataDto
Package
Description
-
Uses of ChainBranchMetadataDto in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@Nullable ChainBranchMetadataDto
PlanDtoDao.findChainBranchMetadataByChainBranchId
(long chainBranchId) @Nullable ChainBranchMetadataDto
PlanDtoHibernateDao.findChainBranchMetadataByChainBranchId
(long chainBranchId) Modifier and TypeMethodDescription@NotNull List<ChainBranchMetadataDto>
PlanDtoDao.getAllPlanBranchesMetadata()
PlanDtoHibernateDao.getAllPlanBranchesMetadata()
-
Uses of ChainBranchMetadataDto in com.atlassian.bamboo.plan.branch
-
Uses of ChainBranchMetadataDto in com.atlassian.bamboo.plan.dto
Modifier and TypeMethodDescriptionEnrichedPlanDto.getChainBranchMetadataDto()
EnrichedPlanDtoImpl.getChainBranchMetadataDto()
ModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)