package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait ScanStatus extends AnyRef
- case class Scanner(id: String, name: String, scannerType: String) extends Product with Serializable
- case class ZapAlert(other: String = "", method: String = "", evidence: String = "", pluginId: String = "", cweid: String, confidence: String = "", wascid: String = "", description: String = "", messageId: String = "", url: String, reference: String = "", solution: String = "", alert: String = "", param: String = "", attack: String = "", name: String = "", risk: String = "", id: String = "") extends Product with Serializable
- case class ZapAlertFilter(cweid: String, url: String) extends Product with Serializable
- class ZapAlerts extends AnyRef
- case class ZapContext(id: String, name: String, policy: String) extends Product with Serializable
- class ZapScan extends Eventually
- class ZapSetUp extends AnyRef
- class ZapTearDown extends AnyRef
Value Members
- object ScanCompleted extends ScanStatus with Product with Serializable
- object ScanNotCompleted extends ScanStatus with Product with Serializable
- object UrlsNotCaptured extends ScanStatus with Product with Serializable