public class VariableExporterImpl extends Object implements VariableExporter
Constructor and Description |
---|
VariableExporterImpl() |
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.bamboo.specs.api.builders.Variable> |
toSpecsEntities(ImmutablePlan plan,
List<VariableDefinition> variables)
Convert
VariableDefinition to a property object that can be used for export. |
com.atlassian.bamboo.specs.api.builders.Variable |
toSpecsEntity(VariableDefinition variable)
Convert
VariableDefinition to a property object that can be used for export. |
public com.atlassian.bamboo.specs.api.builders.Variable toSpecsEntity(@NotNull VariableDefinition variable)
VariableExporter
VariableDefinition
to a property object that can be used for export.toSpecsEntity
in interface VariableExporter
public List<com.atlassian.bamboo.specs.api.builders.Variable> toSpecsEntities(@NotNull ImmutablePlan plan, @NotNull List<VariableDefinition> variables)
VariableExporter
VariableDefinition
to a property object that can be used for export.toSpecsEntities
in interface VariableExporter
plan
- plan that owns the variablesvariables
- list of variablesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.