Package com.atlassian.bamboo.plan.dto
Class EnrichedPlanDtoImpl
java.lang.Object
com.atlassian.bamboo.plan.dto.EnrichedPlanDtoImpl
- All Implemented Interfaces:
EnrichedPlanDto
-
Constructor Summary
ConstructorsConstructorDescriptionEnrichedPlanDtoImpl(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos) -
Method Summary
-
Constructor Details
-
EnrichedPlanDtoImpl
public EnrichedPlanDtoImpl(@NotNull @NotNull PlanDto basePlanDto, @NotNull @NotNull Project project, @NotNull @NotNull List<String> labelNames, @Nullable @Nullable BranchCommitInformation branchCommitInformation, @Nullable @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos)
-
-
Method Details
-
getBasePlanDto
- Specified by:
getBasePlanDtoin interfaceEnrichedPlanDto
-
getLabelNames
- Specified by:
getLabelNamesin interfaceEnrichedPlanDto
-
getBranchCommitInformation
- Specified by:
getBranchCommitInformationin interfaceEnrichedPlanDto
-
getChainBranchMetadataDto
- Specified by:
getChainBranchMetadataDtoin interfaceEnrichedPlanDto
-
getVcsBambooSpecsSource
- Specified by:
getVcsBambooSpecsSourcein interfaceEnrichedPlanDto
-
getProject
- Specified by:
getProjectin interfaceEnrichedPlanDto
-
getPlanRepositoryLinkDtos
- Specified by:
getPlanRepositoryLinkDtosin interfaceEnrichedPlanDto
-
toString
-