@ExperimentalApi public interface

DelegatingJiraIssueEvent

implements JiraIssueEvent
com.atlassian.jira.event.issue.DelegatingJiraIssueEvent

@ExperimentalApi

This interface 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

Represents objects that can offer a view of themselves as an IssueEvent. This interface should be implemented by classes that represent events related to issues but do not inherit from IssueEvent.

Summary

Public Methods
@Nonnull IssueEvent asIssueEvent()
Returns the IssueEvent equivalent to the object on which this method is called.

Public Methods

@Nonnull public IssueEvent asIssueEvent ()

Returns the IssueEvent equivalent to the object on which this method is called.

Returns
  • An IssueEvent. It can't be null.