Package

uk.gov.hmrc

zap

Permalink

package zap

Visibility
  1. Public
  2. All

Type Members

  1. case class ActiveScanException(message: String) extends Exception with Product with Serializable

    Permalink
  2. trait HealthCheck extends AnyRef

    Permalink
  3. case class PassiveScanException(message: String) extends Exception with Product with Serializable

    Permalink
  4. case class SpiderScanException(message: String) extends Exception with Product with Serializable

    Permalink
  5. case class ZapAlertException(message: String) extends Exception with Product with Serializable

    Permalink
  6. case class ZapException(s: String) extends Exception with Product with Serializable

    Permalink
  7. trait ZapOrchestrator extends AnyRef

    Permalink
  8. case class ZapReport(relevantAlerts: List[ZapAlert], failureThreshold: String, passiveScanStatus: ScanStatus, spiderScanStatus: ScanStatus, activeScanStatus: ScanStatus, missingScanners: List[Scanner], zapVersion: String) extends Product with Serializable

    Permalink
  9. trait ZapTest extends BeforeAndAfterAll with HealthCheck with ZapOrchestrator

    Permalink

Value Members

  1. object ZapReport extends Serializable

    Permalink
  2. object ZapTestStatus

    Permalink
  3. package api

    Permalink
  4. package client

    Permalink
  5. package config

    Permalink
  6. package logger

    Permalink

Ungrouped