Package com.qualys.plugins.wasPlugin
Class WASScanNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
com.qualys.plugins.wasPlugin.WASScanNotifier.DescriptorImpl
- Enclosing class:
- WASScanNotifier
@Extension
public static final class WASScanNotifier.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallAPIs(String api, QualysCSClient client, String id) doCheckApiServer(String apiServer) doCheckCancelHours(String cancelHours) doCheckConnection(String platform, String apiServer, String credsId, String proxyServer, String proxyPort, String proxyCredentialsId, boolean useProxy, Item item) doCheckCredsId(String credsId) doCheckPollingInterval(String pollingInterval) doCheckProxyPort(String proxyPort) doCheckProxyServer(String proxyServer) doCheckQidList(String qidList) doCheckScanName(String scanName) doCheckSeverity1Limit(String severity1Limit) doCheckSeverity2Limit(String severity2Limit) doCheckSeverity3Limit(String severity3Limit) doCheckSeverity4Limit(String severity4Limit) doCheckSeverity5Limit(String severity5Limit) doCheckVulnsTimeout(String vulnsTimeout) doCheckWebAppId(String webAppId) doFillAuthRecordIdItems(Item item, String platform, String apiServer, String credsId, String proxyServer, String proxyPort, String proxyCredentialsId, boolean useProxy) doFillCredsIdItems(Item item, String credsId) doFillOptionProfileIdItems(Item item, String platform, String apiServer, String credsId, String proxyServer, String proxyPort, String proxyCredentialsId, boolean useProxy) doFillProxyCredentialsIdItems(Item item, String proxyCredentialsId) doFillWebAppIdItems(Item item, String platform, String apiServer, String credsId, String proxyServer, String proxyPort, String proxyCredentialsId, boolean useProxy) booleanfilledInputs(String platform, String apiServer, String credsId, boolean useProxy, String proxyServer, String proxyPort) com.google.gson.JsonArraygetDataList(String api, QualysCSClient client) getQualysClient(String apiServer, String credsId, boolean useProxy, String proxyServer, String proxyPort, String proxyCredentialsId, Item item) booleanisApplicable(Class<? extends AbstractProject> jobType) booleanisNonUTF8String(String string) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Publisher>
-
isApplicable
- Specified by:
isApplicablein classBuildStepDescriptor<Publisher>
-
isNonUTF8String
-
doCheckPollingInterval
-
doCheckVulnsTimeout
-
doCheckApiServer
-
doCheckCredsId
-
doFillCredsIdItems
@POST public ListBoxModel doFillCredsIdItems(@AncestorInPath Item item, @QueryParameter String credsId) -
doFillProxyCredentialsIdItems
@POST public ListBoxModel doFillProxyCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String proxyCredentialsId) -
getQualysClient
public QualysCSClient getQualysClient(String apiServer, String credsId, boolean useProxy, String proxyServer, String proxyPort, String proxyCredentialsId, Item item) throws Exception - Throws:
Exception
-
doFillOptionProfileItems
-
doFillCancelHoursItems
-
doFillPlatformItems
-
doFillScanTypeItems
-
doFillCancelOptionsItems
-
doFillAuthRecordItems
-
callAPIs
-
getDataList
-
doFillWebAppIdItems
@POST public ListBoxModel doFillWebAppIdItems(@AncestorInPath Item item, @QueryParameter String platform, @QueryParameter String apiServer, @QueryParameter String credsId, @QueryParameter String proxyServer, @QueryParameter String proxyPort, @QueryParameter String proxyCredentialsId, @QueryParameter boolean useProxy) -
doFillAuthRecordIdItems
@POST public ListBoxModel doFillAuthRecordIdItems(@AncestorInPath Item item, @QueryParameter String platform, @QueryParameter String apiServer, @QueryParameter String credsId, @QueryParameter String proxyServer, @QueryParameter String proxyPort, @QueryParameter String proxyCredentialsId, @QueryParameter boolean useProxy) -
doFillOptionProfileIdItems
@POST public ListBoxModel doFillOptionProfileIdItems(@AncestorInPath Item item, @QueryParameter String platform, @QueryParameter String apiServer, @QueryParameter String credsId, @QueryParameter String proxyServer, @QueryParameter String proxyPort, @QueryParameter String proxyCredentialsId, @QueryParameter boolean useProxy) -
filledInputs
-
doCheckWebAppId
-
doCheckScanName
-
doCheckCancelHours
-
doCheckConnection
@POST public FormValidation doCheckConnection(@QueryParameter String platform, @QueryParameter String apiServer, @QueryParameter String credsId, @QueryParameter String proxyServer, @QueryParameter String proxyPort, @QueryParameter String proxyCredentialsId, @QueryParameter boolean useProxy, @AncestorInPath Item item) -
doCheckProxyServer
-
doCheckProxyPort
-
doCheckSeverity1Limit
-
doCheckSeverity2Limit
-
doCheckSeverity3Limit
-
doCheckSeverity4Limit
-
doCheckSeverity5Limit
-
doCheckQidList
-
getPlatforms
-