@Component public class ApplicationWebhookPayloadProvider extends Object implements com.atlassian.webhooks.WebhookPayloadProvider
Constructor and Description |
---|
ApplicationWebhookPayloadProvider() |
Modifier and Type | Method and Description |
---|---|
int |
getWeight() |
void |
setPayload(com.atlassian.webhooks.WebhookInvocation invocation,
com.atlassian.webhooks.WebhookPayloadBuilder builder) |
boolean |
supports(com.atlassian.webhooks.WebhookInvocation invocation) |
public int getWeight()
getWeight
in interface com.atlassian.webhooks.WebhookPayloadProvider
public void setPayload(com.atlassian.webhooks.WebhookInvocation invocation, com.atlassian.webhooks.WebhookPayloadBuilder builder)
setPayload
in interface com.atlassian.webhooks.WebhookPayloadProvider
public boolean supports(com.atlassian.webhooks.WebhookInvocation invocation)
supports
in interface com.atlassian.webhooks.WebhookPayloadProvider
Copyright © 2003–2021 Atlassian. All rights reserved.