Package com.atlassian.bamboo.plan.dto
Class EnrichedPlanDtoImpl
java.lang.Object
com.atlassian.bamboo.plan.dto.EnrichedPlanDtoImpl
- All Implemented Interfaces:
EnrichedPlanDto
-
Constructor Summary
ConstructorDescriptionEnrichedPlanDtoImpl
(@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:
getBasePlanDto
in interfaceEnrichedPlanDto
-
getLabelNames
- Specified by:
getLabelNames
in interfaceEnrichedPlanDto
-
getBranchCommitInformation
- Specified by:
getBranchCommitInformation
in interfaceEnrichedPlanDto
-
getChainBranchMetadataDto
- Specified by:
getChainBranchMetadataDto
in interfaceEnrichedPlanDto
-
getVcsBambooSpecsSource
- Specified by:
getVcsBambooSpecsSource
in interfaceEnrichedPlanDto
-
getProject
- Specified by:
getProject
in interfaceEnrichedPlanDto
-
getPlanRepositoryLinkDtos
- Specified by:
getPlanRepositoryLinkDtos
in interfaceEnrichedPlanDto
-
toString
-