Class Folder
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
- com.xebialabs.deployit.repository.core.Directory
-
- com.xebialabs.xlrelease.domain.folder.Folder
-
- All Implemented Interfaces:
ConfigurationItem
,com.xebialabs.deployit.repository.core.Securable
,CiWithInternalMetadata
,VariableContainer
,java.io.Serializable
,java.lang.Comparable<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 protected java.util.Set<Folder>
children
static java.lang.String
ROOT_FOLDER_ID
protected java.lang.String
title
-
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
-
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
-
-
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, getPropertyDescriptor, 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
clone, finalize, 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
-
title
@Property(description="User provided title of the folder") protected java.lang.String title
-
children
@Property(asContainment=true, description="Sub-folders of this folder", required=false) protected java.util.Set<Folder> children
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getChildren
public java.util.Set<Folder> getChildren()
-
setChildren
public void setChildren(java.util.Set<Folder> children)
-
get$metadata
public java.util.Map<java.lang.String,InternalMetadata> get$metadata()
- Specified by:
get$metadata
in interfaceCiWithInternalMetadata
-
getAllVariables
public java.util.List<Variable> getAllVariables()
- Specified by:
getAllVariables
in interfaceVariableContainer
-
getFolderVariables
public FolderVariables getFolderVariables()
-
setFolderVariables
public void setFolderVariables(FolderVariables folderVariables)
-
-