| Package | Description |
|---|---|
| com.compuware.jenkins.common.configuration |
| Modifier and Type | Method and Description |
|---|---|
HostConnection |
CpwrGlobalConfiguration.getHostConnection(String connectionId)
Returns a host connection for the given connection identifier.
|
HostConnection |
CpwrGlobalConfiguration.getHostConnection(String hostPort,
String codePage)
Returns a host connection for a given host:port and code page, if one exists.
|
HostConnection[] |
CpwrGlobalConfiguration.getHostConnections()
Returns the list of host connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CpwrGlobalConfiguration.addHostConnection(HostConnection connection)
Adds the given host connection to the list of host connections.
|
void |
CpwrGlobalConfiguration.setHostConnections(HostConnection... connections)
Sets the list of host connections.
|
| Constructor and Description |
|---|
DescriptorImpl(Class<? extends HostConnection> clazz)
Constructor.
|
Copyright © 2016–2020. All rights reserved.