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:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getRun
-
getName
-
getScanDetails
-