Class VariableExporterImpl
java.lang.Object
com.atlassian.bamboo.configuration.external.exporters.VariableExporterImpl
- All Implemented Interfaces:
VariableExporter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<com.atlassian.bamboo.specs.api.builders.Variable>
toSpecsEntities
(@NotNull ImmutablePlan plan, @NotNull List<VariableDefinition> variables) ConvertVariableDefinition
to a property object that can be used for export.com.atlassian.bamboo.specs.api.builders.Variable
toSpecsEntity
(@NotNull VariableDefinition variable) ConvertVariableDefinition
to 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:VariableExporter
ConvertVariableDefinition
to a property object that can be used for export.- Specified by:
toSpecsEntity
in 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:VariableExporter
ConvertVariableDefinition
to a property object that can be used for export.- Specified by:
toSpecsEntities
in interfaceVariableExporter
- Parameters:
plan
- plan that owns the variablesvariables
- list of variables
-