public class WebhookAlert extends Object
In contrast to other platforms, when using the file scanning APIs, an alert is also sent to this webhook *even when there are no findings*.
| Constructor and Description |
|---|
WebhookAlert(String address)
Creates an instance of the WebhookAlert class with the provided URL.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Returns the URL address to which alerts should be delivered.
|
void |
setAddress(String address)
Sets the URL address to which alerts should be delivered.
|
String |
toString() |
public WebhookAlert(String address)
address - a URL addressCopyright © 2022. All rights reserved.