public class EventTypesForIssueChangeImpl extends Object implements EventTypesForIssueChange
Constructor and Description |
---|
EventTypesForIssueChangeImpl() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getEventTypeIdsForIssueUpdate(IssueUpdateBean issueUpdateBean)
This method inspects the
IssueUpdateBean to find out events that should be
raised. |
@Nonnull public List<Long> getEventTypeIdsForIssueUpdate(@Nonnull IssueUpdateBean issueUpdateBean)
IssueUpdateBean
to find out events that should be
raised. Adding a new event type requires making changes to this method.getEventTypeIdsForIssueUpdate
in interface EventTypesForIssueChange
issueUpdateBean
- An object encapsulating the changes on an issue.EventType
that should be triggered due to the changes on the issue.Copyright © 2002-2015 Atlassian. All Rights Reserved.