Class ScannerAction

java.lang.Object
com.vdoo.vision.plugin.ScannerAction
All Implemented Interfaces:
Action, ModelObject, RunAction2

public class ScannerAction
extends Object
implements RunAction2
  • Field Details

  • Constructor Details

  • Method Details

    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getArtifactName

      public String getArtifactName()
    • getFwName

      public String getFwName()
    • setFwName

      public void setFwName()
    • getReportLink

      public String getReportLink()
    • setReportLink

      public void setReportLink()
    • getVdooToken

      public Secret getVdooToken()
    • getFirmwareUUID

      public String getFirmwareUUID()
    • getThreatLevel

      public String getThreatLevel()
    • getHighlightedIssuesCount

      public int getHighlightedIssuesCount()
    • getHighlightedExposuresCount

      public int getHighlightedExposuresCount()
    • getHighlightedCVEsCount

      public int getHighlightedCVEsCount()
    • getMaliciousFiles

      public int getMaliciousFiles()
    • getWaitForResults

      public Boolean getWaitForResults()
    • onAttached

      public void onAttached​(Run<?,​?> run)
      Specified by:
      onAttached in interface RunAction2
    • onLoad

      public void onLoad​(Run<?,​?> run)
      Specified by:
      onLoad in interface RunAction2
    • getRun

      public Run getRun()