ImmutableWebhook instead, since 3.6.0.@Deprecated public class WebhookImpl extends Object implements Webhook, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
WebhookImpl()
Deprecated.
|
|
WebhookImpl(Webhook other)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
Application |
getApplication()
Deprecated.
|
String |
getEndpointUrl()
Deprecated.
|
long |
getFailuresSinceLastSuccess()
Deprecated.
|
Long |
getId()
Deprecated.
|
Date |
getOldestFailureDate()
Deprecated.
|
String |
getToken()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setApplication(Application application)
Deprecated.
|
void |
updateDetailsFrom(Webhook other)
Deprecated.
|
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 Webhookpublic void setApplication(Application application)
Copyright © 2024 Atlassian. All rights reserved.