public class WebhookImpl extends Object implements Webhook, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
WebhookImpl() |
|
WebhookImpl(Webhook other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Application |
getApplication() |
String |
getEndpointUrl() |
long |
getFailuresSinceLastSuccess() |
Long |
getId() |
Date |
getOldestFailureDate() |
String |
getToken() |
int |
hashCode() |
void |
updateDetailsFrom(Webhook other) |
protected WebhookImpl()
public WebhookImpl(Webhook other)
public void updateDetailsFrom(Webhook other)
public String getEndpointUrl()
getEndpointUrl in interface Webhookpublic Application getApplication()
getApplication in interface Webhook@Nullable public Date getOldestFailureDate()
getOldestFailureDate in interface Webhookpublic long getFailuresSinceLastSuccess()
getFailuresSinceLastSuccess in interface WebhookCopyright © 2017 Atlassian. All rights reserved.