@Component public class

CommentCreatedSerializer

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

Summary

Public Constructors
@Autowired CommentCreatedSerializer(RegisteredWebHookEventFactory registeredWebHookEventFactory, CommentBeanFactory commentBeanFactory)
Protected Methods
Long getTimestamp(CommentCreatedEvent 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 CommentCreatedSerializer (RegisteredWebHookEventFactory registeredWebHookEventFactory, CommentBeanFactory commentBeanFactory)

Protected Methods

protected Long getTimestamp (CommentCreatedEvent event)

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