@ExperimentalApi public class

ChangeHistoryPropertySetEvent

extends AbstractPropertyEvent
implements EntityPropertySetEvent
java.lang.Object
   ↳ com.atlassian.jira.event.entity.AbstractPropertyEvent
     ↳ com.atlassian.jira.event.issue.changehistory.property.ChangeHistoryPropertySetEvent

@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 change history property value has been set.

Summary

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

Public Constructors

@Internal public ChangeHistoryPropertySetEvent (EntityProperty entityProperty, ApplicationUser user)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).