com.atlassian.jira.event.issue.changehistory.property
Class ChangeHistoryPropertyDeletedEvent

java.lang.Object
  extended by com.atlassian.jira.event.entity.AbstractPropertyEvent
      extended by com.atlassian.jira.event.issue.changehistory.property.ChangeHistoryPropertyDeletedEvent
All Implemented Interfaces:
EntityPropertyDeletedEvent

@ExperimentalApi
public class ChangeHistoryPropertyDeletedEvent
extends AbstractPropertyEvent
implements EntityPropertyDeletedEvent

Event indicating change history property was deleted.

Since:
JIRA 6.3

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

ChangeHistoryPropertyDeletedEvent

@Internal
public ChangeHistoryPropertyDeletedEvent(EntityProperty entityProperty,
                                                  ApplicationUser user)


Copyright © 2002-2015 Atlassian. All Rights Reserved.