Uses of Class
io.wcm.devops.conga.model.shared.AbstractModel
-
Packages that use AbstractModel Package Description io.wcm.devops.conga.generator.export CONGA model export for passing CONGA information to 3rdparty tools.io.wcm.devops.conga.model.environment Environment and node definition models.io.wcm.devops.conga.model.role Role and file definition models.io.wcm.devops.conga.model.shared Shared functionality for all model classes. -
-
Uses of AbstractModel in io.wcm.devops.conga.generator.export
Subclasses of AbstractModel in io.wcm.devops.conga.generator.export Modifier and Type Class Description class
ModelExport
Defines an export configuration for model information. -
Uses of AbstractModel in io.wcm.devops.conga.model.environment
Subclasses of AbstractModel in io.wcm.devops.conga.model.environment Modifier and Type Class Description class
Environment
Defines an environment with a set of nodes and configuration.class
Node
Environment node.class
NodeRole
Role assignment for a node in an environment.class
RoleConfig
Global role-specific configuration.class
Tenant
Defines a tenant for configuration files that have tenant-specific system configurations. -
Uses of AbstractModel in io.wcm.devops.conga.model.role
Subclasses of AbstractModel in io.wcm.devops.conga.model.role Modifier and Type Class Description class
Role
Defines a role with a set of configuration files to generate.class
RoleFile
Defines a file to be generated or downloaded for a role.class
RoleInherit
Defines an inheritance relation to another role.class
RoleVariant
Defines a named variant of a role. -
Uses of AbstractModel in io.wcm.devops.conga.model.shared
Subclasses of AbstractModel in io.wcm.devops.conga.model.shared Modifier and Type Class Description class
AbstractConfigurable
AbstractConfigurable
implementation.
-