Package com.codebarrel.jira.webhook.link
Class IssueLinkEventWebhookBean
java.lang.Object
com.codebarrel.jira.webhook.BaseWebhookBean
com.codebarrel.jira.webhook.link.IssueLinkEventWebhookBean
Webhook wrapper for issue links
-
Field Summary
Fields inherited from class com.codebarrel.jira.webhook.BaseWebhookBean
timestamp, webhookEvent -
Constructor Summary
ConstructorsConstructorDescriptionIssueLinkEventWebhookBean(Date timestamp, String webhookEvent, IssueLinkWebhookBean issueLink) -
Method Summary
Methods inherited from class com.codebarrel.jira.webhook.BaseWebhookBean
getTimestamp, getWebhookEvent
-
Constructor Details
-
IssueLinkEventWebhookBean
public IssueLinkEventWebhookBean() -
IssueLinkEventWebhookBean
public IssueLinkEventWebhookBean(Date timestamp, String webhookEvent, IssueLinkWebhookBean issueLink)
-
-
Method Details