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 int
getFailAllAlerts()
int
getFailHighAlerts()
int
getFailLowAlerts()
int
getFailMediumAlerts()
String
getFalsePositivesFilePath()
boolean
shouldShutdown()
-
-
-
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()
-
-