Class VariableProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.VariableProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVariableProperties
(@NotNull String name, @NotNull String value, boolean createOnly) -
Method Summary
-
Field Details
-
name
-
value
-
createOnly
public final boolean createOnly
-
-
Constructor Details
-
VariableProperties
public VariableProperties(@NotNull @NotNull String name, @NotNull @NotNull String value, boolean createOnly) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details