Uses of Interface
io.wcm.devops.conga.model.shared.Configurable
-
Packages that use Configurable 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 Configurable in io.wcm.devops.conga.generator.export
Classes in io.wcm.devops.conga.generator.export that implement Configurable Modifier and Type Class Description class
ModelExport
Defines an export configuration for model information. -
Uses of Configurable in io.wcm.devops.conga.model.environment
Classes in io.wcm.devops.conga.model.environment that implement Configurable 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 Configurable in io.wcm.devops.conga.model.role
Classes in io.wcm.devops.conga.model.role that implement Configurable Modifier and Type Class Description class
Role
Defines a role with a set of configuration files to generate.class
RoleVariant
Defines a named variant of a role. -
Uses of Configurable in io.wcm.devops.conga.model.shared
Classes in io.wcm.devops.conga.model.shared that implement Configurable Modifier and Type Class Description class
AbstractConfigurable
AbstractConfigurable
implementation.
-