Class Folder

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.repository.core.Securable, CiWithInternalMetadata, VariableContainer, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

    @Metadata(root=APPLICATIONS,
              versioned=false,
              description="A grouping of releases and templates with own configuration")
    public class Folder
    extends com.xebialabs.deployit.repository.core.Directory
    implements CiWithInternalMetadata, VariableContainer
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ROOT_FOLDER_ID  
      • Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
      • Fields inherited from interface com.xebialabs.deployit.repository.core.Securable

        SECURITY_PERMISSIONS_PROPERTY
    • Constructor Summary

      Constructors 
      Constructor Description
      Folder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​InternalMetadata> get$metadata()  
      java.util.List<Variable> getAllVariables()  
      java.util.Set<Folder> getChildren()  
      FolderVariables getFolderVariables()  
      java.lang.String getTitle()  
      void setChildren​(java.util.Set<Folder> children)  
      void setFolderVariables​(FolderVariables folderVariables)  
      void setTitle​(java.lang.String title)  
      • Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

        compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
    • Field Detail

      • ROOT_FOLDER_ID

        public static java.lang.String ROOT_FOLDER_ID
    • Constructor Detail

      • Folder

        public Folder()