Interface IssueReceiver
- All Superinterfaces:
OsidReceiver
The issue receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted issues.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedIssues(Id notificationId, IdList issueIds) The callback for notification of updated issues.voiddeletedIssues(Id notificationId, IdList issueIds) The callback for notification of deleted issues.voidThe callback for notifications of new issues.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newIssues
-
changedIssues
-
deletedIssues
-