Class WebhookNotificationGatewayConfiguration
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration
-
- step.plugins.notification.gateway.configuration.WebhookNotificationGatewayConfiguration
-
public class WebhookNotificationGatewayConfiguration extends NotificationGatewayConfiguration
-
-
Constructor Summary
Constructors Constructor Description WebhookNotificationGatewayConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndpoint()
Class<? extends NotificationGateway>
getGatewayClass()
String
getPayloadDescription()
String
getSecret()
void
setEndpoint(String endpoint)
void
setPayloadDescription(String payloadDescription)
void
setSecret(String secret)
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-
-
-
Method Detail
-
getEndpoint
public String getEndpoint()
-
setEndpoint
public void setEndpoint(String endpoint)
-
getSecret
public String getSecret()
-
setSecret
public void setSecret(String secret)
-
getPayloadDescription
public String getPayloadDescription()
-
setPayloadDescription
public void setPayloadDescription(String payloadDescription)
-
getGatewayClass
public Class<? extends NotificationGateway> getGatewayClass()
- Specified by:
getGatewayClass
in classNotificationGatewayConfiguration
-
-