com.atlassian.jira.event.issue.property
Class IssuePropertySetEvent

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

@ExperimentalApi
public class IssuePropertySetEvent
extends AbstractPropertyEvent
implements EntityPropertySetEvent

Event indicating issue property value has been set.

Since:
v6.2

Constructor Summary
IssuePropertySetEvent(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

IssuePropertySetEvent

public IssuePropertySetEvent(EntityProperty entityProperty,
                             ApplicationUser user)


Copyright © 2002-2014 Atlassian. All Rights Reserved.