Package com.atlassian.bamboo.plan
Interface PlanDtoManager
- All Known Implementing Classes:
PlanDtoManagerImpl
@Internal
public interface PlanDtoManager
Read only manager.
- Since:
- v8.2
-
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<List<FlatChainStageDto>>
getAllChainStageDtos
(ForkJoinPool executorService) @NotNull Map<Long,
List<EnrichedPlanDto>> getAllJobDtosByStages
(@NotNull Project project, @NotNull List<FlatChainStageDto> flatChainStages) @NotNull CompletableFuture<List<EnrichedPlanDto>>
getAllPlanDtos
(ForkJoinPool executorService) @Nullable EnrichedPlanDto
getChainDtoByPlanKey
(@NotNull PlanKey planKey) @NotNull List<FlatChainStageDto>
getChainStageDtosByChainId
(long id)
-
Method Details
-
getAllPlanDtos
@NotNull @NotNull CompletableFuture<List<EnrichedPlanDto>> getAllPlanDtos(ForkJoinPool executorService) -
getAllChainStageDtos
@NotNull @NotNull CompletableFuture<List<FlatChainStageDto>> getAllChainStageDtos(ForkJoinPool executorService) -
getChainDtoByPlanKey
-
getChainStageDtosByChainId
-
getAllJobDtosByStages
@NotNull @NotNull Map<Long,List<EnrichedPlanDto>> getAllJobDtosByStages(@NotNull @NotNull Project project, @NotNull @NotNull List<FlatChainStageDto> flatChainStages)
-