| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableWebhook.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
ImmutableWebhook(Long id,
String endpointUrl,
ImmutableApplication application,
String token,
Date oldestFailureDate,
long failuresSinceLastSuccess) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableWebhook.Builder |
builder() |
static ImmutableWebhook.Builder |
builder(Webhook data) |
boolean |
equals(Object o) |
Application |
getApplication() |
String |
getEndpointUrl() |
long |
getFailuresSinceLastSuccess() |
Long |
getId() |
Date |
getOldestFailureDate() |
String |
getToken() |
int |
hashCode() |
String |
toString() |
protected ImmutableWebhook(Long id, String endpointUrl, ImmutableApplication application, String token, Date oldestFailureDate, long failuresSinceLastSuccess)
public String getEndpointUrl()
getEndpointUrl in interface Webhookpublic Application getApplication()
getApplication in interface Webhookpublic Date getOldestFailureDate()
getOldestFailureDate in interface Webhookpublic long getFailuresSinceLastSuccess()
getFailuresSinceLastSuccess in interface Webhookpublic static ImmutableWebhook.Builder builder()
public static ImmutableWebhook.Builder builder(Webhook data)
Copyright © 2023 Atlassian. All rights reserved.