public interface WebhookRestClient
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<java.lang.Iterable<Webhook>> |
getWebhooks() |
com.atlassian.util.concurrent.Promise<java.lang.Void> |
registerWebhook(WebhookInput webhook) |
com.atlassian.util.concurrent.Promise<java.lang.Void> |
unregisterWebhook(java.net.URI webhookUri) |
com.atlassian.util.concurrent.Promise<java.lang.Void> registerWebhook(WebhookInput webhook)
com.atlassian.util.concurrent.Promise<java.lang.Void> unregisterWebhook(java.net.URI webhookUri)
com.atlassian.util.concurrent.Promise<java.lang.Iterable<Webhook>> getWebhooks()