Class System
java.lang.Object
org.qubership.atp.mia.model.environment.AbstractConfiguratorModel
org.qubership.atp.mia.model.environment.System
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet server by connection name.getServer(Connection.SourceTemplateId templateId) Get server by templateId.Get server by connection name.
-
Constructor Details
-
System
public System()
-
-
Method Details
-
getServer
Get server by connection name.- Parameters:
type- connection type- Returns:
- Server
- Throws:
IllegalArgumentException- if connection not found
-
getServer
Get server by connection name.- Parameters:
name- connection name- Returns:
- Server
- Throws:
IllegalArgumentException- if connection not found
-
getServer
Get server by templateId.- Parameters:
templateId- template id- Returns:
- Server
- Throws:
IllegalArgumentException- if connection not found
-