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

    Constructors
    Constructor
    Description
     
    VariableView(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

    Methods inherited from class java.lang.Object

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

    • VariableView

      public VariableView()
    • VariableView

      public VariableView(String key, String value)
    • VariableView

      public VariableView(String key, String value, boolean required)