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