Package com.vrondakis.zap.workflow
Class ArchiveZapStepParameters
- java.lang.Object
-
- com.vrondakis.zap.workflow.ArchiveZapStepParameters
-
- All Implemented Interfaces:
Serializable
public class ArchiveZapStepParameters extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description intgetFailAllAlerts()intgetFailHighAlerts()intgetFailLowAlerts()intgetFailMediumAlerts()StringgetFalsePositivesFilePath()booleanshouldShutdown()
-
-
-
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()
-
-