@Component public class

CommentUpdatedSerializer

extends AbstractJiraEventSerializer<T>
java.lang.Object
   ↳ com.atlassian.jira.plugins.webhooks.serializer.AbstractJiraEventSerializer<T>
     ↳ com.atlassian.jira.plugins.webhooks.serializer.comment.CommentUpdatedSerializer

Summary

Public Constructors
@Autowired CommentUpdatedSerializer(RegisteredWebHookEventFactory registeredWebHookEventFactory, CommentBeanFactory commentBeanFactory)
Protected Methods
Long getTimestamp(CommentUpdatedEvent event)
Builder<StringObject> putFields(T extends CommentEvent event, Builder<StringObject> defaultJson)
[Expand]
Inherited Methods
From class com.atlassian.jira.plugins.webhooks.serializer.AbstractJiraEventSerializer
From class java.lang.Object
From interface com.atlassian.webhooks.spi.EventSerializer

Public Constructors

@Autowired public CommentUpdatedSerializer (RegisteredWebHookEventFactory registeredWebHookEventFactory, CommentBeanFactory commentBeanFactory)

Protected Methods

protected Long getTimestamp (CommentUpdatedEvent event)

protected Builder<StringObject> putFields (T extends CommentEvent event, Builder<StringObject> defaultJson)