Interface | osid.tracking.IssueReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The issue receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted issues. | ||
Method | newIssues | ||
Description |
The callback for notifications of new issues. | ||
Parameters | osid.id.IdList | issueIds | the Ids of the new Issues |
Compliance | mandatory | This method must be implemented. | |
Method | changedIssues | ||
Description |
The callback for notification of updated issues. | ||
Parameters | osid.id.IdList | issueIds | the Ids of the updated Issues |
Compliance | mandatory | This method must be implemented. | |
Method | deletedIssues | ||
Description |
The callback for notification of deleted issues. | ||
Parameters | osid.id.IdList | issueIds | the Ids of the deleted Issues |
Compliance | mandatory | This method must be implemented. | |
Method | subtaskIssues | ||
Description |
The callback for notification of subtask issues. | ||
Parameters | osid.id.IdList | subtaskIssueIds | the Ids of the subtasks |
Compliance | mandatory | This method must be implemented. | |
Method | linkedIssue | ||
Description |
The callback for notification of linked issues. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue |
osid.id.Id | linkedIssueId | the Id of the linked Issue | |
Compliance | mandatory | This method must be implemented. | |
Method | unlinkedIssue | ||
Description |
The callback for notification of linked issues. | ||
Parameters | osid.id.Id | issueId | the Id of the Issue |
osid.id.Id | linkedIssueId | the Id of the linked Issue | |
Compliance | mandatory | This method must be implemented. | |
Method | blockedIssue | ||
Description |
The callback for notification of blocked issues. | ||
Parameters | osid.id.Id | blockingIssueId | the Id of the blocking Issue |
osid.id.Id | blockedIssue | the Id of the blocked Issue | |
Compliance | mandatory | This method must be implemented. | |
Method | unblockedIssue | ||
Description |
The callback for notification of unblocked issues. | ||
Parameters | osid.id.Id | blockingIssueId | the Id of the blocking Issue |
osid.id.Id | blockedIssue | the Id of the blocked Issue | |
Compliance | mandatory | This method must be implemented. |