Uses of Interface
com.atlassian.bamboo.plan.dto.PlanDto
Packages that use PlanDto
-
Uses of PlanDto in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanDto -
Uses of PlanDto in com.atlassian.bamboo.plan.dto
Classes in com.atlassian.bamboo.plan.dto that implement PlanDtoMethods in com.atlassian.bamboo.plan.dto that return PlanDtoModifier and TypeMethodDescriptionEnrichedPlanDto.getBasePlanDto()
EnrichedPlanDtoImpl.getBasePlanDto()
Constructors in com.atlassian.bamboo.plan.dto with parameters of type PlanDtoModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)