Uses of Class
io.jenkins.plugins.synopsys.security.scan.exception.PluginExceptionHandler
-
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan
Methods in io.jenkins.plugins.synopsys.security.scan that throw PluginExceptionHandler Modifier and Type Method Description int
PluginParametersHandler. initializeScanner(Map<String,Object> scanParameters)
int
SecurityScanner. runScanner(Map<String,Object> scanParams, FilePath bridgeInstallationPath)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.bridge
Methods in io.jenkins.plugins.synopsys.security.scan.bridge that throw PluginExceptionHandler Modifier and Type Method Description FilePath
BridgeDownload. downloadSynopsysBridge(String bridgeDownloadUrl, String bridgeInstallationPath)
void
BridgeDownloadManager. initiateBridgeDownloadAndUnzip(BridgeDownloadParameters bridgeDownloadParams)
void
BridgeInstall. installSynopsysBridge(FilePath bridgeZipPath, FilePath bridgeInstallationPath)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.extension.pipeline
Methods in io.jenkins.plugins.synopsys.security.scan.extension.pipeline that throw PluginExceptionHandler Modifier and Type Method Description protected Integer
SecurityScanStep.Execution. run()
void
SecurityScanStep.Execution. verifyRequiredPlugins(LoggerWrapper logger, EnvVars envVars)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.factory
Methods in io.jenkins.plugins.synopsys.security.scan.factory that throw PluginExceptionHandler Modifier and Type Method Description static Map<String,Object>
ScanParametersFactory. preparePipelineParametersMap(SecurityScan securityScan, Map<String,Object> parametersMap, TaskListener listener)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service
Methods in io.jenkins.plugins.synopsys.security.scan.service that throw PluginExceptionHandler Modifier and Type Method Description List<String>
ScannerArgumentService. getCommandLineArgs(Map<String,Boolean> installedBranchSourceDependencies, Map<String,Object> scanParameters, FilePath bridgeInstallationPath)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service.bridge
Methods in io.jenkins.plugins.synopsys.security.scan.service.bridge that throw PluginExceptionHandler Modifier and Type Method Description boolean
BridgeDownloadParametersService. performBridgeDownloadParameterValidation(BridgeDownloadParameters bridgeDownloadParameters)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service.scan
Methods in io.jenkins.plugins.synopsys.security.scan.service.scan that throw PluginExceptionHandler Modifier and Type Method Description boolean
ScanParametersService. performScanParameterValidation(Map<String,Object> scanParameters, EnvVars envVars)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service.scm
Methods in io.jenkins.plugins.synopsys.security.scan.service.scm that throw PluginExceptionHandler Modifier and Type Method Description Object
SCMRepositoryService. fetchSCMRepositoryDetails(Map<String,Boolean> installedBranchSourceDependencies, Map<String,Object> scanParameters, boolean isPrCommentSet)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service.scm.bitbucket
Methods in io.jenkins.plugins.synopsys.security.scan.service.scm.bitbucket that throw PluginExceptionHandler Modifier and Type Method Description Bitbucket
BitbucketRepositoryService. fetchBitbucketRepositoryDetails(Map<String,Object> scanParameters, com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource bitbucketSCMSource, Integer projectRepositoryPullNumber, boolean isPrCommentSet)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service.scm.github
Methods in io.jenkins.plugins.synopsys.security.scan.service.scm.github that throw PluginExceptionHandler Modifier and Type Method Description Github
GithubRepositoryService. createGithubObject(Map<String,Object> scanParameters, String repositoryName, String repositoryOwner, Integer projectRepositoryPullNumber, String branchName, boolean isPrCommentSet, String githubApiUri)
-
Uses of PluginExceptionHandler in io.jenkins.plugins.synopsys.security.scan.service.scm.gitlab
Methods in io.jenkins.plugins.synopsys.security.scan.service.scm.gitlab that throw PluginExceptionHandler Modifier and Type Method Description Gitlab
GitlabRepositoryService. createGitlabObject(Map<String,Object> scanParameters, String repositoryName, Integer projectRepositoryPullNumber, String branchName, String repositoryUrl, boolean isPrCommentSet)
-