Class ArchiveZapStepParameters

    • Constructor Detail

      • ArchiveZapStepParameters

        public ArchiveZapStepParameters​(Integer failAllAlerts,
                                        Integer failHighAlerts,
                                        Integer failMediumAlerts,
                                        Integer failLowAlerts,
                                        String falsePositivesFilePath,
                                        boolean keepAlive)
    • Method Detail

      • getFailAllAlerts

        public int getFailAllAlerts()
      • getFailHighAlerts

        public int getFailHighAlerts()
      • getFailMediumAlerts

        public int getFailMediumAlerts()
      • getFailLowAlerts

        public int getFailLowAlerts()
      • getFalsePositivesFilePath

        public String getFalsePositivesFilePath()
      • shouldShutdown

        public boolean shouldShutdown()