@ExperimentalApi public abstract class

AbstractPropertyEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.entity.AbstractPropertyEvent
Known Direct Subclasses

@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

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

Summary

Public Constructors
AbstractPropertyEvent(EntityProperty entityProperty, ApplicationUser user)
Public Methods
EntityProperty getEntityProperty()
ApplicationUser getUser()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractPropertyEvent (EntityProperty entityProperty, ApplicationUser user)

Public Methods

public EntityProperty getEntityProperty ()

Returns
  • the entity property on which the operation was performed.

public ApplicationUser getUser ()

Returns
  • user who performed the operation.