com.atlassian.jira.event.issue
Interface IssueRelatedEvent

All Superinterfaces:
JiraEvent
All Known Implementing Classes:
IssueEvent, IssuePreDeleteEvent

@PublicApi
public interface IssueRelatedEvent
extends JiraEvent

This interface should be implemented by events that are related to the Issue.

Since:
v5.2.6

Method Summary
 Issue getIssue()
           
 
Methods inherited from interface com.atlassian.jira.event.JiraEvent
getParams, getTime
 

Method Detail

getIssue

Issue getIssue()


Copyright © 2002-2014 Atlassian. All Rights Reserved.