@ExperimentalApi public class

IssuePropertyDeletedEvent

extends AbstractPropertyEvent
implements EntityPropertyDeletedEvent
java.lang.Object
   ↳ com.atlassian.jira.event.entity.AbstractPropertyEvent
     ↳ com.atlassian.jira.event.issue.property.IssuePropertyDeletedEvent

@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 issue property was deleted.

Summary

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

Public Constructors

public IssuePropertyDeletedEvent (EntityProperty entityProperty, ApplicationUser user)