Class VariableFactory


  • public class VariableFactory
    extends java.lang.Object
    • Constructor Detail

      • VariableFactory

        public VariableFactory()
    • Method Detail

      • createVariableByValueType

        public static Variable createVariableByValueType​(java.lang.String key,
                                                         java.lang.Object value,
                                                         boolean isPassword,
                                                         boolean isGlobalOrFolder)
      • createVariableByPropertyDescriptor

        public static scala.Option<Variable> createVariableByPropertyDescriptor​(com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor)
      • variableReferencesToVariables$default$2

        public static VariableReferenceContext variableReferencesToVariables$default$2()