Class VariableExporterImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.exporters.VariableExporterImpl
- All Implemented Interfaces:
VariableExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.atlassian.bamboo.specs.api.builders.Variable> toSpecsEntities(@NotNull ImmutablePlan plan, @NotNull List<VariableDefinition> variables) ConvertVariableDefinitionto a property object that can be used for export.com.atlassian.bamboo.specs.api.builders.VariabletoSpecsEntity(@NotNull VariableDefinition variable) ConvertVariableDefinitionto a property object that can be used for export.
-
Constructor Details
-
VariableExporterImpl
public VariableExporterImpl()
-
-
Method Details
-
toSpecsEntity
public com.atlassian.bamboo.specs.api.builders.Variable toSpecsEntity(@NotNull @NotNull VariableDefinition variable) Description copied from interface:VariableExporterConvertVariableDefinitionto a property object that can be used for export.- Specified by:
toSpecsEntityin interfaceVariableExporter
-
toSpecsEntities
public List<com.atlassian.bamboo.specs.api.builders.Variable> toSpecsEntities(@NotNull @NotNull ImmutablePlan plan, @NotNull @NotNull List<VariableDefinition> variables) Description copied from interface:VariableExporterConvertVariableDefinitionto a property object that can be used for export.- Specified by:
toSpecsEntitiesin interfaceVariableExporter- Parameters:
plan- plan that owns the variablesvariables- list of variables
-