@Extension @Symbol(value="getImageVulnsFromQualys") public static final class GetImageVulnsNotifier.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Publisher>public String getDisplayName()
getDisplayName in class Descriptor<Publisher>public FormValidation doCheckCveList(@QueryParameter String cveList)
public FormValidation doCheckApiServer(@QueryParameter String apiServer)
public FormValidation doCheckWebhookUrl(@QueryParameter String webhookUrl)
public FormValidation doCheckCvssThreshold(@QueryParameter String cvssThreshold)
public FormValidation doCheckApiUser(@QueryParameter String apiUser)
public FormValidation doCheckApiPass(@QueryParameter String apiPass)
public FormValidation doCheckPollingInterval(@QueryParameter String pollingInterval)
public FormValidation doCheckVulnsTimeout(@QueryParameter String vulnsTimeout)
public FormValidation doCheckSeverity1Limit(@QueryParameter String severity1Limit)
public FormValidation doCheckSeverity2Limit(@QueryParameter String severity2Limit)
public FormValidation doCheckSeverity3Limit(@QueryParameter String severity3Limit)
public FormValidation doCheckSeverity4Limit(@QueryParameter String severity4Limit)
public FormValidation doCheckSeverity5Limit(@QueryParameter String severity5Limit)
public FormValidation doCheckQidList(@QueryParameter String qidList)
public FormValidation doCheckQidExcludeList(@QueryParameter String qidExcludeList)
@POST public FormValidation doCheckConnection(@QueryParameter String apiServer, @QueryParameter String credentialsId, @QueryParameter String proxyServer, @QueryParameter String proxyPort, @QueryParameter String proxyCredentialsId, @QueryParameter boolean useProxy, @AncestorInPath Item item)
@POST public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
@POST public ListBoxModel doFillProxyCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String proxyCredentialsId)
public FormValidation doCheckProxyServer(@QueryParameter String proxyServer)
public FormValidation doCheckProxyPort(@QueryParameter String proxyPort)
public FormValidation doCheckImageIds(@QueryParameter String imageIds)
Copyright © 2016–2021 Qualys Inc.. All rights reserved.