public class PlanDtoManagerImpl extends Object implements PlanDtoManager
Constructor and Description |
---|
PlanDtoManagerImpl(@NotNull PlanDtoDao planDtoDao,
@NotNull BranchCommitInformationDao branchCommitInformationDao,
@NotNull BambooSpecsSourceDao bambooSpecsSourceDao) |
Modifier and Type | Method and Description |
---|---|
@NotNull CompletableFuture<List<FlatChainStageDto>> |
getAllChainStageDtos(ForkJoinPool executorService) |
@NotNull CompletableFuture<List<EnrichedPlanDto>> |
getAllPlanDtos(ForkJoinPool executorService) |
public PlanDtoManagerImpl(@NotNull @NotNull PlanDtoDao planDtoDao, @NotNull @NotNull BranchCommitInformationDao branchCommitInformationDao, @NotNull @NotNull BambooSpecsSourceDao bambooSpecsSourceDao)
@NotNull public @NotNull CompletableFuture<List<EnrichedPlanDto>> getAllPlanDtos(ForkJoinPool executorService)
getAllPlanDtos
in interface PlanDtoManager
@NotNull public @NotNull CompletableFuture<List<FlatChainStageDto>> getAllChainStageDtos(ForkJoinPool executorService)
getAllChainStageDtos
in interface PlanDtoManager
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.