com.atlassian.crowd.model.webhook
Interface Webhook


public interface Webhook

A Webhook is an application-provided HTTP endpoint that is pinged by Crowd to notify the occurrence of certain events.

Since:
v2.7

Method Summary
 long getApplicationId()
           
 String getEndpointUrl()
           
 Long getId()
           
 String getToken()
           
 

Method Detail

getId

Long getId()

getEndpointUrl

String getEndpointUrl()

getApplicationId

long getApplicationId()

getToken

@Nullable
String getToken()


Copyright © 2013 Atlassian. All Rights Reserved.