public class QAVerifyServerSettings extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
host |
hudson.util.Secret |
password |
int |
port |
String |
protocol |
String |
user |
Constructor and Description |
---|
QAVerifyServerSettings() |
QAVerifyServerSettings(String host,
int port,
String protocol,
hudson.util.Secret password,
String user) |
Copyright © 2016–2022. All rights reserved.