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