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