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:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,com.xebialabs.deployit.repository.core.Securable,CiWithInternalMetadata,TenantAwareCi,VariableContainer,Serializable,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, TenantAwareCi
- See Also:
-
Field Summary
FieldsFields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELDFields inherited from interface com.xebialabs.deployit.repository.core.Securable
SECURITY_PERMISSIONS_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()voidsetChildren(Set<Folder> children) voidsetFolderVariables(FolderVariables folderVariables) voidsetTenantId(String tenantId) voidMethods 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, toStringMethods 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 Details
-
ROOT_FOLDER_ID
-
-
Constructor Details
-
Folder
public Folder()
-
-
Method Details
-
getTitle
-
setTitle
-
getChildren
-
setChildren
-
get$metadata
- Specified by:
get$metadatain interfaceCiWithInternalMetadata
-
getAllVariables
- Specified by:
getAllVariablesin interfaceVariableContainer
-
getFolderVariables
-
setFolderVariables
-
getTenantId
- Specified by:
getTenantIdin interfaceTenantAwareCi
-
setTenantId
- Specified by:
setTenantIdin interfaceTenantAwareCi
-