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 Webhook
public Application getApplication()
getApplication
in interface Webhook
@Nullable public Date getOldestFailureDate()
getOldestFailureDate
in interface Webhook
public long getFailuresSinceLastSuccess()
getFailuresSinceLastSuccess
in interface Webhook
public void setApplication(Application application)
Copyright © 2020 Atlassian. All rights reserved.