Class WebhookRecipient
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
-
- com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<WebhookRecipient,WebhookRecipientProperties>
-
- com.atlassian.bamboo.specs.builders.notification.WebhookRecipient
-
public class WebhookRecipient extends NotificationRecipient<WebhookRecipient,WebhookRecipientProperties>
Represents a webhook which should be called.
-
-
Constructor Summary
Constructors Constructor Description WebhookRecipient(java.lang.String webhookName, java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull WebhookRecipientPropertiesbuild()
-
-
-
Method Detail
-
build
@NotNull protected @NotNull WebhookRecipientProperties build()
- Specified by:
buildin classNotificationRecipient<WebhookRecipient,WebhookRecipientProperties>
-
-