public interface EventTypesForIssueChange
Modifier and Type | Method and Description |
---|---|
List<Long> |
getEventTypeIdsForIssueUpdate(IssueUpdateBean issueUpdateBean)
Given an IssueUpdateBean representing the collection of changes over an issue, returns a list
of events that should be triggered for all of those changes.
|
@Nonnull List<Long> getEventTypeIdsForIssueUpdate(@Nonnull IssueUpdateBean issueUpdateBean)
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.