Class CommentPropertySetEvent
java.lang.Object
com.atlassian.jira.event.entity.AbstractPropertyEvent
com.atlassian.jira.event.issue.comment.property.CommentPropertySetEvent
- All Implemented Interfaces:
EntityPropertySetEvent
@PublicApi
public class CommentPropertySetEvent
extends AbstractPropertyEvent
implements EntityPropertySetEvent
Event indicating comment property value has been set.
- Since:
- v6.2
-
Constructor Summary
ConstructorsConstructorDescriptionCommentPropertySetEvent(EntityProperty entityProperty, ApplicationUser user) -
Method Summary
Methods inherited from class com.atlassian.jira.event.entity.AbstractPropertyEvent
getEntityProperty, getUser
-
Constructor Details
-
CommentPropertySetEvent
-