Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ScanStatus extends AnyRef
  2. case class Scanner(id: String, name: String, scannerType: String) extends Product with Serializable
  3. 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
  4. case class ZapAlertFilter(cweid: String, url: String) extends Product with Serializable
  5. class ZapAlerts extends AnyRef
  6. case class ZapContext(id: String, name: String, policy: String) extends Product with Serializable
  7. class ZapScan extends Eventually
  8. class ZapSetUp extends AnyRef
  9. class ZapTearDown extends AnyRef

Value Members

  1. object ScanCompleted extends ScanStatus with Product with Serializable
  2. object ScanNotCompleted extends ScanStatus with Product with Serializable
  3. object UrlsNotCaptured extends ScanStatus with Product with Serializable

Ungrouped