Class RoleConfig
- java.lang.Object
-
- io.wcm.devops.conga.model.shared.AbstractModel
-
- io.wcm.devops.conga.model.shared.AbstractConfigurable
-
- io.wcm.devops.conga.model.environment.RoleConfig
-
- All Implemented Interfaces:
Configurable
,Serializable
public final class RoleConfig extends AbstractConfigurable
Global role-specific configuration. Configuration defined here applies to all nodes that have this role assigned.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRole()
Defines role name.void
setRole(String role)
-
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractConfigurable
getConfig, setConfig
-
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractModel
toString
-
-