public class QualysAuth extends Object
| Constructor and Description |
|---|
QualysAuth() |
QualysAuth(String server,
String oauthKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthKey() |
hudson.util.Secret |
getPassword() |
hudson.util.Secret |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyServer() |
String |
getProxyUsername() |
String |
getServer() |
String |
getUsername() |
void |
setProxyCredentials(String proxyServer,
int proxyPort,
String proxyUsername,
String proxyPassword) |
void |
setQualysCredentials(String server,
String username,
String password) |
public String getServer()
public String getUsername()
public hudson.util.Secret getPassword()
public String getProxyServer()
public String getProxyUsername()
public hudson.util.Secret getProxyPassword()
public int getProxyPort()
public String getAuthKey()
public void setQualysCredentials(String server, String username, String password)
Copyright © 2016–2020. All rights reserved.