public static class TinfoilScanRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
Client |
buildClient(hudson.EnvVars environment,
String apiAccessKey,
String apiSecretKey,
String apiHost,
String proxyHost,
Integer proxyPort) |
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckProxyPort(String value,
String proxyHost) |
hudson.util.ListBoxModel |
doFillCredentialIdItems(hudson.model.Item item,
String credentialsId,
String apiHost) |
String |
getAPIHost() |
String |
getCredentialId() |
String |
getDefaultAPIHost() |
String |
getDisplayName() |
String |
getProxyHost() |
Integer |
getProxyPort() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setCredentialId(String credentialId) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getDefaultAPIHost()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getAPIHost()
public String getCredentialId()
public void setCredentialId(String credentialId)
public String getProxyHost()
public Integer getProxyPort()
public hudson.util.FormValidation doCheckProxyPort(@QueryParameter
String value,
@QueryParameter
String proxyHost)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic Client buildClient(hudson.EnvVars environment, String apiAccessKey, String apiSecretKey, String apiHost, String proxyHost, Integer proxyPort) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2018. All rights reserved.