Package com.atlassian.bamboo.plan.dto
Interface EnrichedPlanDto
- All Known Implementing Classes:
EnrichedPlanDtoImpl
@Internal
public interface EnrichedPlanDto
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBasePlanDto
PlanDto getBasePlanDto() -
getLabelNames
-
getBranchCommitInformation
BranchCommitInformation getBranchCommitInformation() -
getChainBranchMetadataDto
ChainBranchMetadataDto getChainBranchMetadataDto() -
getVcsBambooSpecsSource
VcsBambooSpecsSource getVcsBambooSpecsSource() -
getProject
Project getProject() -
getPlanRepositoryLinkDtos
Collection<PlanRepositoryLinkDto> getPlanRepositoryLinkDtos()
-