Class Node
java.lang.Object
io.wcm.devops.conga.model.shared.AbstractModel
io.wcm.devops.conga.model.shared.AbstractConfigurable
io.wcm.devops.conga.model.environment.Node
- All Implemented Interfaces:
Configurable,Serializable
Environment node. A node is a system to deploy to, e.g. a physical machine, virtual machine, Docker container or any
other deployment target.
- 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
-
Node
public Node()
-
-
Method Details
-
getNode
Defines the node name. This is usually a host name or any other unique name identifying the node.- Returns:
- Node name
-
setNode
-
getNodes
Defines multiple node names. This is useful if the same set of roles, role variants and configuration apply to multiple nodes. In this case you can define a single node definition with multiple node names. The single node name property must nost be used in this case.- Returns:
- List of node names
-
setNodes
-
getRoles
Defines roles to be used by this node.- Returns:
- Role assignments for node
-
setRoles
-