com.atlassian.jira.event.entity
Class AbstractPropertyEvent

java.lang.Object
  extended by com.atlassian.jira.event.entity.AbstractPropertyEvent
Direct Known Subclasses:
CommentPropertyDeletedEvent, CommentPropertySetEvent, IssuePropertyDeletedEvent, IssuePropertySetEvent, ProjectPropertyDeletedEvent, ProjectPropertySetEvent

@ExperimentalApi
public abstract class AbstractPropertyEvent
extends Object

Abstract event that captures the data relevant to issue property events.

Since:
v6.2

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

Constructor Detail

AbstractPropertyEvent

public AbstractPropertyEvent(EntityProperty entityProperty,
                             ApplicationUser user)
Method Detail

getEntityProperty

public EntityProperty getEntityProperty()
Returns:
the entity property on which the operation was performed.

getUser

public ApplicationUser getUser()
Returns:
user who performed the operation.


Copyright © 2002-2014 Atlassian. All Rights Reserved.