Class WizScannerAction

java.lang.Object
io.jenkins.plugins.wiz.WizScannerAction
All Implemented Interfaces:
Action, ModelObject, RunAction2

public class WizScannerAction extends Object implements 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 Details

    • WizScannerAction

      public WizScannerAction(Run<?,?> build, FilePath workspace, String artifactSuffix, String artifactName)
      Creates a new WizScannerAction
      Parameters:
      build - The build this action is associated with
      workspace - The workspace containing scan results
      artifactSuffix - Suffix for multiple scans in the same build
      artifactName - Name of the results artifact
      Throws:
      IllegalArgumentException - if required parameters are null
  • Method Details