Class CommentUpdatedSerializer
java.lang.Object
com.atlassian.jira.plugins.webhooks.serializer.AbstractJiraEventSerializer<CommentUpdatedEvent>
com.atlassian.jira.plugins.webhooks.serializer.comment.CommentUpdatedSerializer
- All Implemented Interfaces:
EventSerializer<CommentUpdatedEvent>
@Component
public class CommentUpdatedSerializer
extends AbstractJiraEventSerializer<CommentUpdatedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionCommentUpdatedSerializer(CommentBeanFactory commentBeanFactory, IssueBeanFactory issueBeanFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected LonggetTimestamp(CommentUpdatedEvent event) putFields(CommentUpdatedEvent event, com.google.common.collect.ImmutableMap.Builder<String, Object> defaultJson) Methods inherited from class com.atlassian.jira.plugins.webhooks.serializer.AbstractJiraEventSerializer
build, defaultFields
-
Constructor Details
-
CommentUpdatedSerializer
public CommentUpdatedSerializer(CommentBeanFactory commentBeanFactory, IssueBeanFactory issueBeanFactory)
-
-
Method Details
-
getTimestamp
- Specified by:
getTimestampin classAbstractJiraEventSerializer<CommentUpdatedEvent>
-
putFields
protected com.google.common.collect.ImmutableMap.Builder<String,Object> putFields(CommentUpdatedEvent event, com.google.common.collect.ImmutableMap.Builder<String, Object> defaultJson) - Specified by:
putFieldsin classAbstractJiraEventSerializer<T extends CommentEvent>
-