@ExperimentalApi public class

CommentPropertySetEvent

extends AbstractPropertyEvent
implements EntityPropertySetEvent
java.lang.Object
   ↳ com.atlassian.jira.event.entity.AbstractPropertyEvent
     ↳ com.atlassian.jira.event.issue.comment.property.CommentPropertySetEvent

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Event indicating comment property value has been set.

Summary

Public Constructors
CommentPropertySetEvent(EntityProperty entityProperty, ApplicationUser user)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.entity.AbstractPropertyEvent
From class java.lang.Object

Public Constructors

public CommentPropertySetEvent (EntityProperty entityProperty, ApplicationUser user)