Package com.atlassian.bamboo.plan
Interface PlanDtoManager
-
- All Known Implementing Classes:
PlanDtoManagerImpl
@Internal public interface PlanDtoManagerRead only manager.- Since:
- v8.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull CompletableFuture<List<FlatChainStageDto>>getAllChainStageDtos(ForkJoinPool executorService)@NotNull CompletableFuture<List<EnrichedPlanDto>>getAllPlanDtos(ForkJoinPool executorService)
-
-
-
Method Detail
-
getAllPlanDtos
@NotNull @NotNull CompletableFuture<List<EnrichedPlanDto>> getAllPlanDtos(ForkJoinPool executorService)
-
getAllChainStageDtos
@NotNull @NotNull CompletableFuture<List<FlatChainStageDto>> getAllChainStageDtos(ForkJoinPool executorService)
-
-