public class WebhookChannel extends AlertChannel
Modifier and Type | Class and Description |
---|---|
static class |
WebhookChannel.Builder
Builder to make Webhook channel construction easier.
|
Constructor and Description |
---|
WebhookChannel()
Default constructor.
|
WebhookChannel(WebhookConfiguration configuration)
Constructor that takes a configuration.
|
Modifier and Type | Method and Description |
---|---|
static WebhookChannel.Builder |
builder()
Returns a builder for the Webhook channel.
|
String |
toString()
Returns a string representation of the object.
|
getConfiguration, getLinks, getPolicyIds, getType, setConfiguration, setPolicyIds, setType
getName, setName
getId, setId
public WebhookChannel()
public WebhookChannel(WebhookConfiguration configuration)
configuration
- The alert channel configurationpublic String toString()
toString
in class AlertChannel
public static WebhookChannel.Builder builder()
Copyright © 2018. All rights reserved.