Class Tenant
java.lang.Object
io.wcm.devops.conga.model.shared.AbstractModel
io.wcm.devops.conga.model.shared.AbstractConfigurable
io.wcm.devops.conga.model.environment.Tenant
- All Implemented Interfaces:
Configurable,Serializable
Defines a tenant for configuration files that have tenant-specific system configurations.
E.g. vhosts files for Apache Webserver.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractConfigurable
getConfig, setConfigMethods inherited from class io.wcm.devops.conga.model.shared.AbstractModel
toString
-
Constructor Details
-
Tenant
public Tenant()
-
-
Method Details
-
getTenant
Defines tenant name.- Returns:
- Tenant name
-
setTenant
-
getRoles
Defines tenant roles. These roles are different form node roles. They can be used within the templates or by multiply plugins to filter the list of tenants by their roles.- Returns:
- List of tenant role names
-
setRoles
-