Class TestOnly
java.lang.Object
hudson.model.AbstractDescribableImpl<ScanMode>
com.hcl.appscan.jenkins.plugin.scanModes.ScanMode
com.hcl.appscan.jenkins.plugin.scanModes.TestOnly
- All Implemented Interfaces:
ScannerConstants,Describable<ScanMode>,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface com.hcl.appscan.jenkins.plugin.scanners.ScannerConstants
AUTOMATIC, CUSTOM, DYNAMIC_ANALYZER, EMPTY, ENABLE_MAIL_NOTIFICATION, EXTRA_FIELD, FAST, FASTER, FASTEST, INCLUDE_VERIFIED_DOMAINS, LOGIN_PASSWORD, LOGIN_TYPE, LOGIN_USER, NO_OPTIMIZATION, NONE, NORMAL, OPTIMIZED, PRESENCE_ID, PRODUCTION, RECORDED, SCAN_FILE, SCAN_SPEED, SCAN_TYPE, SOFTWARE_COMPOSITION_ANALYZER, STAGING, STATIC_ANALYZER, TARGET, TEMPLATE_EXTENSION, TEMPLATE_EXTENSION2, TEMPLATE_EXTENSION3, TEST_OPTIMIZATION_LEVEL, TEST_POLICY, TRAFFIC_FILE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigureScanProperties(Map<String, String> properties, VariableResolver<String> resolver) Configure scan properties based on the provided properties and variable resolver.isLoginTypeTestScan(String loginTypeName) voidsetAccessIdTestScan(String accessIdTestScan) voidsetExploreDataTestScan(String exploreDataTestScan) voidsetLoginTypeTestScan(String loginTypeTestScan) voidsetSecretKeyTestScan(String secretKeyTestScan) voidsetTrafficFileTestScan(String trafficFileTestScan) Methods inherited from class com.hcl.appscan.jenkins.plugin.scanModes.ScanMode
isNotNullOrEmpty, resolvePathMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
TestOnly
-
-
Method Details
-
setLoginTypeTestScan
-
getLoginTypeTestScan
-
setAccessIdTestScan
-
getAccessIdTestScan
-
setSecretKeyTestScan
-
getSecretKeyTestScan
-
setTrafficFileTestScan
-
getTrafficFileTestScan
-
setExploreDataTestScan
-
getExploreDataTestScan
-
isLoginTypeTestScan
-
configureScanProperties
public Map<String,String> configureScanProperties(Map<String, String> properties, VariableResolver<String> resolver) Description copied from class:ScanModeConfigure scan properties based on the provided properties and variable resolver.- Specified by:
configureScanPropertiesin classScanMode- Parameters:
properties- The initial properties to configure.resolver- The variable resolver to use for resolving variables in the properties.- Returns:
- A map of configured scan properties.
-