Class VariableView

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableView()  
      VariableView​(java.lang.String key, java.lang.String value)  
      VariableView​(java.lang.String key, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariableView

        public VariableView()
      • VariableView

        public VariableView​(java.lang.String key,
                            java.lang.String value)
      • VariableView

        public VariableView​(java.lang.String key,
                            java.lang.String value,
                            boolean required)