Class ChainDependenciesExporterImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.exporters.ChainDependenciesExporterImpl
- All Implemented Interfaces:
ChainDependenciesExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidimportDependencies(DefaultChain topLevelPlan, BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) voidimportDependenciesConfiguration(BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) @NotNull com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciestoSpecsEntity(@NotNull ImmutableTopLevelPlan chain) voidvalidateDependencies(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:
toSpecsEntityin interfaceChainDependenciesExporter
-
validateDependencies
public void validateDependencies(DefaultChain topLevelPlan, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) - Specified by:
validateDependenciesin interfaceChainDependenciesExporter
-
importDependenciesConfiguration
public void importDependenciesConfiguration(BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) - Specified by:
importDependenciesConfigurationin interfaceChainDependenciesExporter
-
importDependencies
public void importDependencies(DefaultChain topLevelPlan, BuildDefinition buildDefinition, com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties dependencies) - Specified by:
importDependenciesin interfaceChainDependenciesExporter
-