Class FolderVariableBuilder$


  • public class FolderVariableBuilder$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FolderVariableBuilder$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.xlrelease.domain.variables.FolderVariables newFolderVariable​(com.xebialabs.xlrelease.domain.variables.Variable variable)  
      com.xebialabs.xlrelease.domain.variables.FolderVariables newFolderVariable​(java.util.List<com.xebialabs.xlrelease.domain.variables.Variable> variables)  
      com.xebialabs.xlrelease.domain.variables.FolderVariables newFolderVariable​(java.util.Map<java.lang.String,​java.lang.String> variableValues)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final FolderVariableBuilder$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FolderVariableBuilder$

        public FolderVariableBuilder$()
    • Method Detail

      • newFolderVariable

        public com.xebialabs.xlrelease.domain.variables.FolderVariables newFolderVariable​(java.util.Map<java.lang.String,​java.lang.String> variableValues)
      • newFolderVariable

        public com.xebialabs.xlrelease.domain.variables.FolderVariables newFolderVariable​(com.xebialabs.xlrelease.domain.variables.Variable variable)
      • newFolderVariable

        public com.xebialabs.xlrelease.domain.variables.FolderVariables newFolderVariable​(java.util.List<com.xebialabs.xlrelease.domain.variables.Variable> variables)