com.atlassian.jira.event.issue.comment.property
Class CommentPropertySetEvent

java.lang.Object
  extended by com.atlassian.jira.event.entity.AbstractPropertyEvent
      extended by com.atlassian.jira.event.issue.comment.property.CommentPropertySetEvent
All Implemented Interfaces:
EntityPropertySetEvent

@ExperimentalApi
public class CommentPropertySetEvent
extends AbstractPropertyEvent
implements EntityPropertySetEvent

Event indicating comment property value has been set.

Since:
v6.2

Constructor Summary
CommentPropertySetEvent(EntityProperty entityProperty, ApplicationUser user)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.entity.AbstractPropertyEvent
getEntityProperty, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentPropertySetEvent

public CommentPropertySetEvent(EntityProperty entityProperty,
                               ApplicationUser user)


Copyright © 2002-2014 Atlassian. All Rights Reserved.