Class InsightObjectCommentEditedEvent
java.lang.Object
com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectEvent
com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectAsyncEvent
com.riadalabs.jira.plugins.insight.services.events.objects.event.InsightObjectCommentEvent
com.riadalabs.jira.plugins.insight.services.events.objects.event.InsightObjectCommentEditedEvent
- All Implemented Interfaces:
com.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
,com.riadalabs.jira.plugins.insight.services.events.InsightEvent
The Event that:
- Communicates that a Comment belonging to an Object have been edited.
- Contains references to the affected Comment and Object.
- Since:
- 4.0
- Author:
- Fredrik Karbing
-
Constructor Summary
ConstructorsConstructorDescriptionInsightObjectCommentEditedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) -
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.services.events.objects.event.InsightObjectCommentEvent
getCommentBean
Methods inherited from class com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectAsyncEvent
getRunAsUser, getRunAsUserKey
Methods inherited from class com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectEvent
getEventCategory, getEventType, getObjectBean, getTracing, isArchivedEvent, isAttachmentAddedEvent, isAttachmentDeletedEvent, isCreatedEvent, isDeletedEvent, isRestoredEvent, isUpdatedEvent, setRunAsUser, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.riadalabs.jira.plugins.insight.services.events.InsightEvent
getEventCategory
-
Constructor Details
-
InsightObjectCommentEditedEvent
public InsightObjectCommentEditedEvent(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser)
-