Package com.atlassian.bamboo.plan
Class PlanDtoManagerImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.PlanDtoManagerImpl
-
- All Implemented Interfaces:
PlanDtoManager
public class PlanDtoManagerImpl extends Object implements PlanDtoManager
-
-
Constructor Summary
Constructors Constructor Description PlanDtoManagerImpl(@NotNull PlanDtoDao planDtoDao, @NotNull ProjectDao projectDao, @NotNull BranchCommitInformationDao branchCommitInformationDao, @NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull CompletableFuture<List<FlatChainStageDto>>
getAllChainStageDtos(ForkJoinPool executorService)
@NotNull CompletableFuture<List<EnrichedPlanDto>>
getAllPlanDtos(ForkJoinPool executorService)
-
-
-
Constructor Detail
-
PlanDtoManagerImpl
public PlanDtoManagerImpl(@NotNull @NotNull PlanDtoDao planDtoDao, @NotNull @NotNull ProjectDao projectDao, @NotNull @NotNull BranchCommitInformationDao branchCommitInformationDao, @NotNull @NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull @NotNull PlanRepositoryLinkDao planRepositoryLinkDao)
-
-
Method Detail
-
getAllPlanDtos
@NotNull public @NotNull CompletableFuture<List<EnrichedPlanDto>> getAllPlanDtos(ForkJoinPool executorService)
- Specified by:
getAllPlanDtos
in interfacePlanDtoManager
-
getAllChainStageDtos
@NotNull public @NotNull CompletableFuture<List<FlatChainStageDto>> getAllChainStageDtos(ForkJoinPool executorService)
- Specified by:
getAllChainStageDtos
in interfacePlanDtoManager
-
-