Class ChainDependenciesExporterImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.exporters.ChainDependenciesExporterImpl
- All Implemented Interfaces:
ChainDependenciesExporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
importDependencies
(DefaultChain topLevelPlan, BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) void
importDependenciesConfiguration
(BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) @NotNull com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
toSpecsEntity
(@NotNull ImmutableTopLevelPlan chain) void
validateDependencies
(DefaultChain topLevelPlan, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies)
-
Constructor Details
-
ChainDependenciesExporterImpl
public ChainDependenciesExporterImpl()
-
-
Method Details
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies toSpecsEntity(@NotNull @NotNull ImmutableTopLevelPlan chain) - Specified by:
toSpecsEntity
in interfaceChainDependenciesExporter
-
validateDependencies
public void validateDependencies(DefaultChain topLevelPlan, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) - Specified by:
validateDependencies
in interfaceChainDependenciesExporter
-
importDependenciesConfiguration
public void importDependenciesConfiguration(BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) - Specified by:
importDependenciesConfiguration
in interfaceChainDependenciesExporter
-
importDependencies
public void importDependencies(DefaultChain topLevelPlan, BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) - Specified by:
importDependencies
in interfaceChainDependenciesExporter
-