@Symbol(value="aqua") @Extension public static final class AquaDockerScannerBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
AquaDockerScannerBuilder. Used as a singleton. The
class is marked as public so that it can be accessed from views.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl()
In order to load the persisted global configuration, you have to call load()
in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doCheckTimeout(String value)
Performs on-the-fly validation of the form field 'name'.
|
String |
getApiURL() |
String |
getAquaScannerImage() |
String |
getAuthVal() |
boolean |
getCaCertificates() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
Secret |
getPassword() |
String |
getRegistryAuthType() |
Secret |
getRegistryPassword() |
String |
getRegistryUsername() |
String |
getRunOptions() |
int |
getTimeout() |
Secret |
getToken() |
String |
getUser() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
String |
isAuthType(String auth) |
String |
isRegistryAuthType(String auth) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic DescriptorImpl()
public FormValidation doCheckTimeout(@QueryParameter String value) throws IOException, javax.servlet.ServletException
value - This parameter receives the value that the user has typed.IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<Builder>Descriptor.FormExceptionpublic String getAquaScannerImage()
public String getApiURL()
public String getRegistryUsername()
public Secret getRegistryPassword()
public String getRegistryAuthType()
public String getAuthVal()
public String getUser()
public Secret getPassword()
public Secret getToken()
public int getTimeout()
public String getRunOptions()
public boolean getCaCertificates()
Copyright © 2016–2025. All rights reserved.