Uses of Interface
com.atlassian.bamboo.plan.dto.PlanDto
-
Uses of PlanDto in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@Nullable PlanDto
PlanDtoDao.getPlanDtoByKey
(@NotNull PlanKey planKey) @Nullable PlanDto
PlanDtoHibernateDao.getPlanDtoByKey
(@NotNull PlanKey planKey) Modifier and TypeMethodDescriptionPlanDtoDao.getAllPlans()
PlanDtoHibernateDao.getAllPlans()
PlanDtoDao.getJobDtosByStageId
(long id) PlanDtoHibernateDao.getJobDtosByStageId
(long id) -
Uses of PlanDto in com.atlassian.bamboo.plan.dto
Modifier and TypeMethodDescriptionEnrichedPlanDto.getBasePlanDto()
EnrichedPlanDtoImpl.getBasePlanDto()
ModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)