Uses of Class
com.vrondakis.zap.ZapAlertInstance
-
Packages that use ZapAlertInstance Package Description com.vrondakis.zap -
-
Uses of ZapAlertInstance in com.vrondakis.zap
Subclasses of ZapAlertInstance in com.vrondakis.zap Modifier and Type Class Description class
ZapFalsePositiveInstance
ZapFalsePositiveInstance The false positive identifier for a singleAlertZapInstance
that includes alert type details.Methods in com.vrondakis.zap that return types with arguments of type ZapAlertInstance Modifier and Type Method Description List<ZapAlertInstance>
ZapAlert. getFilteredOutFalsePositiveInstances(List<ZapFalsePositiveInstance> falsePositives)
List<ZapAlertInstance>
ZapAlert. getInstances()
Methods in com.vrondakis.zap with parameters of type ZapAlertInstance Modifier and Type Method Description boolean
ZapFalsePositiveInstance. matches(ZapAlert alert, ZapAlertInstance instance)
Method parameters in com.vrondakis.zap with type arguments of type ZapAlertInstance Modifier and Type Method Description void
ZapAlert. setInstances(List<ZapAlertInstance> instances)
-