Package com.xebialabs.xlrelease.views
Class VariableView
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.Variable
com.xebialabs.xlrelease.views.VariableView
- All Implemented Interfaces:
Serializable
public class VariableView
extends com.xebialabs.xlrelease.api.v1.forms.Variable
A copy of
Variable class
to keep all internal views in the same package.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVariableView(String key, String value) VariableView(String key, String value, boolean required) -
Method Summary
Methods inherited from class com.xebialabs.xlrelease.api.v1.forms.Variable
getDescription, getExternalVariableValue, getId, getKey, getLabel, getReferencedType, getType, getValue, getValueProvider, isInherited, isMultiline, isPreventInterpolation, isRequiresValue, isShowOnReleaseStart, setDescription, setExternalVariableValue, setId, setInherited, setKey, setLabel, setMultiline, setPreventInterpolation, setReferencedType, setRequiresValue, setShowOnReleaseStart, setType, setValue, setValueProvider, toReleaseVariable
-
Constructor Details
-
VariableView
public VariableView() -
VariableView
-
VariableView
-