@Symbol(value="dynamic_analyzer") @Extension public static final class DynamicAnalyzer.DescriptorImpl extends ScanDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckLoginPassword(String loginPassword) |
hudson.util.FormValidation |
doCheckLoginUser(String loginUser) |
hudson.util.FormValidation |
doCheckPresenceId(String credentials,
hudson.model.ItemGroup<?> context,
String presenceId) |
hudson.util.FormValidation |
doCheckScanFile(String scanFile) |
hudson.util.FormValidation |
doCheckTarget(String target,
String credentials,
hudson.model.ItemGroup<?> context,
String presenceId) |
hudson.util.FormValidation |
doCheckTrafficFile(String trafficFile) |
hudson.util.ListBoxModel |
doFillOptimizationItems() |
hudson.util.ListBoxModel |
doFillPresenceIdItems(String credentials,
hudson.model.ItemGroup<?> context) |
hudson.util.ListBoxModel |
doFillScanTypeItems() |
String |
getDisplayName() |
addHelpFileRedirect, 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
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<Scanner>
public hudson.util.ListBoxModel doFillScanTypeItems()
public hudson.util.ListBoxModel doFillOptimizationItems()
public hudson.util.ListBoxModel doFillPresenceIdItems(@RelativePath(value="..") @QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context)
public hudson.util.FormValidation doCheckScanFile(@QueryParameter String scanFile)
public hudson.util.FormValidation doCheckTarget(@QueryParameter String target, @RelativePath(value="..") @QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context, @QueryParameter String presenceId)
public hudson.util.FormValidation doCheckPresenceId(@RelativePath(value="..") @QueryParameter String credentials, @AncestorInPath hudson.model.ItemGroup<?> context, @QueryParameter String presenceId)
public hudson.util.FormValidation doCheckLoginUser(@QueryParameter String loginUser)
public hudson.util.FormValidation doCheckLoginPassword(@QueryParameter String loginPassword)
public hudson.util.FormValidation doCheckTrafficFile(@QueryParameter String trafficFile)
Copyright © 2016–2024 HCL. All rights reserved.