public class ParamsAdapter extends Object implements com.nowsecure.auto.domain.NSAutoParameters, Serializable
| Constructor and Description |
|---|
ParamsAdapter(com.nowsecure.auto.domain.NSAutoParameters delegateParams,
String overrideApiKey,
File workspace,
File artifactsDir,
String binaryName,
boolean breakBuildOnScore,
boolean waitForResults,
String pluginName,
String username,
String password,
boolean showStatusMessages,
String stopTestsForStatusMessage,
com.nowsecure.auto.domain.ProxySettings proxySettings,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApiUrl() |
File |
getArtifactsDir() |
String |
getDescription() |
File |
getFile() |
static File |
getFile(File workspace,
File artifactsDir,
String binaryName,
String pluginName) |
String |
getGroup() |
String |
getPassword() |
com.nowsecure.auto.domain.ProxySettings |
getProxySettings() |
int |
getScoreThreshold() |
String |
getStopTestsForStatusMessage() |
String |
getUsername() |
int |
getWaitMinutes() |
static boolean |
hasFile(File workspace,
File artifactsDir,
String binaryName,
String pluginName) |
boolean |
isDebug() |
boolean |
isShowStatusMessages() |
String |
toString() |
public ParamsAdapter(com.nowsecure.auto.domain.NSAutoParameters delegateParams,
String overrideApiKey,
File workspace,
File artifactsDir,
String binaryName,
boolean breakBuildOnScore,
boolean waitForResults,
String pluginName,
String username,
String password,
boolean showStatusMessages,
String stopTestsForStatusMessage,
com.nowsecure.auto.domain.ProxySettings proxySettings,
boolean debug)
throws hudson.AbortException
hudson.AbortExceptionpublic String getApiKey()
getApiKey in interface com.nowsecure.auto.domain.NSAutoParameterspublic String getApiUrl()
getApiUrl in interface com.nowsecure.auto.domain.NSAutoParameterspublic File getArtifactsDir()
getArtifactsDir in interface com.nowsecure.auto.domain.NSAutoParameterspublic String getDescription()
getDescription in interface com.nowsecure.auto.domain.NSAutoParameterspublic File getFile()
getFile in interface com.nowsecure.auto.domain.NSAutoParameterspublic String getPassword()
getPassword in interface com.nowsecure.auto.domain.NSAutoParameterspublic String getStopTestsForStatusMessage()
getStopTestsForStatusMessage in interface com.nowsecure.auto.domain.NSAutoParameterspublic String getUsername()
getUsername in interface com.nowsecure.auto.domain.NSAutoParameterspublic boolean isShowStatusMessages()
isShowStatusMessages in interface com.nowsecure.auto.domain.NSAutoParameterspublic static boolean hasFile(File workspace, File artifactsDir, String binaryName, String pluginName)
public static File getFile(File workspace, File artifactsDir, String binaryName, String pluginName)
public String getGroup()
getGroup in interface com.nowsecure.auto.domain.NSAutoParameterspublic int getScoreThreshold()
getScoreThreshold in interface com.nowsecure.auto.domain.NSAutoParameterspublic int getWaitMinutes()
getWaitMinutes in interface com.nowsecure.auto.domain.NSAutoParameterspublic boolean isDebug()
isDebug in interface com.nowsecure.auto.domain.NSAutoParameterspublic com.nowsecure.auto.domain.ProxySettings getProxySettings()
getProxySettings in interface com.nowsecure.auto.domain.NSAutoParametersCopyright © 2016–2018. All rights reserved.