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