Class FailedWebhook.FailedWebhookBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FailedWebhook.FailedWebhookBuilder
- Enclosing class:
- FailedWebhook
-
Method Summary
Modifier and TypeMethodDescriptionThe webhook body.build()failureTime(Long failureTime) The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.toString()The original webhook destination.
-
Method Details
-
body
The webhook body.- Returns:
this.
-
failureTime
The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).- Returns:
this.
-
id
The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.- Returns:
this.
-
url
The original webhook destination.- Returns:
this.
-
build
-
toString
-