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(@NotNull ImmutablePlan plan,
@NotNull List<VariableDefinition> variables)
Convert
VariableDefinition to a property object that can be used for export. |
com.atlassian.bamboo.specs.api.builders.Variable |
toSpecsEntity(@NotNull VariableDefinition variable)
Convert
VariableDefinition to a property object that can be used for export. |
public com.atlassian.bamboo.specs.api.builders.Variable toSpecsEntity(@NotNull @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 @NotNull ImmutablePlan plan, @NotNull @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 © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.