| Package | Description |
|---|---|
| ai.nightfall.scan.model.alert |
| Modifier and Type | Method and Description |
|---|---|
WebhookAlert |
AlertConfig.getWebhookAlert()
Returns the webhook alert destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertConfig.setWebhookAlert(WebhookAlert webhookAlert)
Sets the webhook alert destination.
|
| Constructor and Description |
|---|
AlertConfig(EmailAlert emailAlert,
SlackAlert slackAlert,
WebhookAlert webhookAlert)
Build an instance of AlertConfig with all provided alert destinations.
|
AlertConfig(WebhookAlert webhookAlert)
Build an instance of AlertConfig that sends findings alerts via webhook.
|
Copyright © 2022. All rights reserved.