Class InsightObjectCommentAddedEvent
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.InsightObjectCommentAddedEvent
- 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 have been added to an Object.
- Contains references to the affected Comment and Object.
- Since:
- 4.0
- Author:
- Fredrik Karbing
-
Constructor Summary
ConstructorsConstructorDescriptionInsightObjectCommentAddedEvent
(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
-
InsightObjectCommentAddedEvent
public InsightObjectCommentAddedEvent(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser)
-