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) |
| 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() |
int |
getScoreThreshold() |
int |
getWaitMinutes() |
static boolean |
hasFile(File workspace,
File artifactsDir,
String binaryName,
String pluginName) |
String |
toString() |
public 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 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.NSAutoParametersCopyright © 2016–2018. All rights reserved.