uk
.
gov
.
hmrc
zap
package
zap
Visibility
Public
All
Type Members
case class
ActiveScanException
(
message:
String
)
extends
Exception
with
Product
with
Serializable
trait
HealthCheck
extends
AnyRef
case class
PassiveScanException
(
message:
String
)
extends
Exception
with
Product
with
Serializable
case class
SpiderScanException
(
message:
String
)
extends
Exception
with
Product
with
Serializable
case class
ZapAlertException
(
message:
String
)
extends
Exception
with
Product
with
Serializable
case class
ZapException
(
s:
String
)
extends
Exception
with
Product
with
Serializable
trait
ZapOrchestrator
extends
AnyRef
case class
ZapReport
(
relevantAlerts:
List
[
ZapAlert
]
,
failureThreshold:
String
,
passiveScanStatus:
ScanStatus
,
spiderScanStatus:
ScanStatus
,
activeScanStatus:
ScanStatus
,
missingScanners:
List
[
Scanner
]
,
zapVersion:
String
)
extends
Product
with
Serializable
trait
ZapTest
extends
BeforeAndAfterAll
with
HealthCheck
with
ZapOrchestrator
Value Members
object
ZapReport
extends
Serializable
object
ZapTestStatus
package
api
package
client
package
config
package
logger
Ungrouped