Class DynamicAnalyzer.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<Scanner>
-
- com.hcl.appscan.jenkins.plugin.scanners.ScanDescriptor
-
- com.hcl.appscan.jenkins.plugin.scanners.DynamicAnalyzer.DescriptorImpl
-
- Enclosing class:
- DynamicAnalyzer
@Symbol("dynamic_analyzer") @Extension public static final class DynamicAnalyzer.DescriptorImpl extends ScanDescriptor
-
-
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 Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckExecutionId(String credentials, ItemGroup<?> context, String scanId)
FormValidation
doCheckLoginPassword(String loginPassword)
FormValidation
doCheckLoginUser(String loginUser)
FormValidation
doCheckPresenceId(String credentials, ItemGroup<?> context, String presenceId)
FormValidation
doCheckScanFile(String scanFile)
FormValidation
doCheckScanId(String scanId, String application, String credentials, ItemGroup<?> context)
FormValidation
doCheckTarget(String target, String credentials, ItemGroup<?> context, String presenceId, boolean rescanDast)
FormValidation
doCheckTrafficFile(String trafficFile)
ListBoxModel
doFillExecutionIdItems(String credentials, ItemGroup<?> context, String scanId)
ListBoxModel
doFillOptimizationItems()
ListBoxModel
doFillPresenceIdItems(String credentials, ItemGroup<?> context)
ListBoxModel
doFillScanTypeItems()
String
getDisplayName()
-
Methods inherited from class com.hcl.appscan.jenkins.plugin.scanners.ScanDescriptor
scanIdValidation
-
Methods 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
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Scanner>
-
doFillExecutionIdItems
public ListBoxModel doFillExecutionIdItems(@RelativePath("..") @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context, @QueryParameter String scanId) throws org.apache.wink.json4j.JSONException
- Throws:
org.apache.wink.json4j.JSONException
-
doFillScanTypeItems
public ListBoxModel doFillScanTypeItems()
-
doFillOptimizationItems
public ListBoxModel doFillOptimizationItems()
-
doFillPresenceIdItems
public ListBoxModel doFillPresenceIdItems(@RelativePath("..") @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context)
-
doCheckScanFile
public FormValidation doCheckScanFile(@QueryParameter String scanFile)
-
doCheckTarget
public FormValidation doCheckTarget(@QueryParameter String target, @RelativePath("..") @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context, @QueryParameter String presenceId, @QueryParameter boolean rescanDast)
-
doCheckScanId
public FormValidation doCheckScanId(@QueryParameter String scanId, @RelativePath("..") @QueryParameter String application, @RelativePath("..") @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context) throws org.apache.wink.json4j.JSONException
- Throws:
org.apache.wink.json4j.JSONException
-
doCheckExecutionId
public FormValidation doCheckExecutionId(@RelativePath("..") @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context, @QueryParameter String scanId)
-
doCheckPresenceId
public FormValidation doCheckPresenceId(@RelativePath("..") @QueryParameter String credentials, @AncestorInPath ItemGroup<?> context, @QueryParameter String presenceId)
-
doCheckLoginUser
public FormValidation doCheckLoginUser(@QueryParameter String loginUser)
-
doCheckLoginPassword
public FormValidation doCheckLoginPassword(@QueryParameter String loginPassword)
-
doCheckTrafficFile
public FormValidation doCheckTrafficFile(@QueryParameter String trafficFile)
-
-