Package com.atlassian.bamboo.plan
Interface PlanDtoDao
-
- All Known Implementing Classes:
PlanDtoHibernateDao
@Internal public interface PlanDtoDao
DAO forPlan
that returns flat DTOs instead of real entities.- Since:
- v8.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LabelNameDto>
getAllLabelNamesAssociatedWithPlans()
List<ChainBranchMetadataDto>
getAllPlanBranchesMetadata()
List<PlanDto>
getAllPlans()
List<FlatChainStageDto>
getAllPlanStages()
-
-
-
Method Detail
-
getAllLabelNamesAssociatedWithPlans
List<LabelNameDto> getAllLabelNamesAssociatedWithPlans()
-
getAllPlanStages
List<FlatChainStageDto> getAllPlanStages()
-
getAllPlanBranchesMetadata
List<ChainBranchMetadataDto> getAllPlanBranchesMetadata()
-
-