Uses of Interface
com.atlassian.bamboo.plan.dto.PlanDto
-
Packages that use PlanDto Package Description com.atlassian.bamboo.plan com.atlassian.bamboo.plan.dto -
-
Uses of PlanDto in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanDto Modifier and Type Method Description List<PlanDto>
PlanDtoDao. getAllPlans()
List<PlanDto>
PlanDtoHibernateDao. getAllPlans()
-
Uses of PlanDto in com.atlassian.bamboo.plan.dto
Classes in com.atlassian.bamboo.plan.dto that implement PlanDto Modifier and Type Class Description class
PlanDtoImpl
Methods in com.atlassian.bamboo.plan.dto that return PlanDto Modifier and Type Method Description PlanDto
EnrichedPlanDto. getBasePlanDto()
PlanDto
EnrichedPlanDtoImpl. getBasePlanDto()
Constructors in com.atlassian.bamboo.plan.dto with parameters of type PlanDto 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)
-