Uses of Class
io.jenkins.plugins.security.scan.exception.PluginExceptionHandler
Packages that use PluginExceptionHandler
Package
Description
-
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan
Methods in io.jenkins.plugins.security.scan that throw PluginExceptionHandlerModifier and TypeMethodDescriptionvoid
ScanInitializer.handleBridgeDownload
(boolean isBridgeDownloadRequired, boolean isNetworkAirgap, BridgeDownloadParameters bridgeDownloadParams, BridgeDownloadManager bridgeDownloadManager) int
ScanInitializer.initializeScanner
(Map<String, Object> scanParameters) int
SecurityScanner.runScanner
(Map<String, Object> scanParams, FilePath bridgeInstallationPath) -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.bridge
Methods in io.jenkins.plugins.security.scan.bridge that throw PluginExceptionHandlerModifier and TypeMethodDescriptionBridgeDownload.downloadBridgeCLI
(String bridgeDownloadUrl, String bridgeInstallationPath) void
BridgeDownloadManager.initiateBridgeDownloadAndUnzip
(BridgeDownloadParameters bridgeDownloadParams) void
BridgeInstall.installBridgeCLI
(FilePath bridgeZipPath, BridgeDownloadParameters bridgeDownloadParameters) -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.extension.pipeline
Methods in io.jenkins.plugins.security.scan.extension.pipeline that throw PluginExceptionHandlerModifier and TypeMethodDescriptionprotected Integer
SecurityScanStep.Execution.run()
void
SecurityScanStep.Execution.verifyRequiredPlugins
(LoggerWrapper logger, EnvVars envVars) -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service
Methods in io.jenkins.plugins.security.scan.service that throw PluginExceptionHandlerModifier and TypeMethodDescriptionToolsParameterService.getCommandLineArgs
(Map<String, Object> scanParameters, FilePath bridgeInstallationPath) ParameterMappingService.preparePipelineParametersMap
(SecurityScan securityScan, Map<String, Object> parametersMap, TaskListener listener) -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service.bridge
Methods in io.jenkins.plugins.security.scan.service.bridge that throw PluginExceptionHandlerModifier and TypeMethodDescriptionboolean
BridgeDownloadParametersService.performBridgeDownloadParameterValidation
(BridgeDownloadParameters bridgeDownloadParameters) -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service.scan
Methods in io.jenkins.plugins.security.scan.service.scan that throw PluginExceptionHandlerModifier and TypeMethodDescriptionboolean
ScanParametersService.performScanParameterValidation
(Map<String, Object> scanParameters, EnvVars envVars) -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service.scm
Methods in io.jenkins.plugins.security.scan.service.scm that throw PluginExceptionHandler -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service.scm.bitbucket
Methods in io.jenkins.plugins.security.scan.service.scm.bitbucket that throw PluginExceptionHandler -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service.scm.github
Methods in io.jenkins.plugins.security.scan.service.scm.github that throw PluginExceptionHandler -
Uses of PluginExceptionHandler in io.jenkins.plugins.security.scan.service.scm.gitlab
Methods in io.jenkins.plugins.security.scan.service.scm.gitlab that throw PluginExceptionHandler