Package io.jenkins.plugins.wiz
Class WizScannerAction
java.lang.Object
io.jenkins.plugins.wiz.WizScannerAction
- All Implemented Interfaces:
Action,ModelObject,RunAction2
Represents a Wiz Scanner action that can be attached to a build.
This action stores and displays the results of a Wiz security scan.
-
Constructor Summary
ConstructorsConstructorDescriptionWizScannerAction(Run<?, ?> build, FilePath workspace, String artifactSuffix, String artifactName) Creates a new WizScannerAction -
Method Summary
-
Constructor Details
-
WizScannerAction
public WizScannerAction(Run<?, ?> build, FilePath workspace, String artifactSuffix, String artifactName) Creates a new WizScannerAction- Parameters:
build- The build this action is associated withworkspace- The workspace containing scan resultsartifactSuffix- Suffix for multiple scans in the same buildartifactName- Name of the results artifact- Throws:
IllegalArgumentException- if required parameters are null
-
-
Method Details
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getRun
-
getName
-
getScanDetails
-