Class VariableProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.VariableProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class VariableProperties extends Object implements EntityProperties
-
-
Field Summary
Fields Modifier and Type Field Description booleancreateOnlyStringnameStringvalue
-
Constructor Summary
Constructors Constructor Description VariableProperties(@NotNull String name, @NotNull String value, boolean createOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetValue()inthashCode()booleanisCreateOnly()voidvalidate()
-
-
-
Constructor Detail
-
VariableProperties
public VariableProperties(@NotNull @NotNull String name, @NotNull @NotNull String value, boolean createOnly) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
isCreateOnly
public boolean isCreateOnly()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-