Interface ITarget
- All Superinterfaces:
ITargetMetaInfo
- Author:
- dobisekm
-
Method Summary
Modifier and TypeMethodDescriptiongetNotificationTargets
(INotificationEvent event, String paramValue) Processes the given event and returns the target email addresses or user IDs.Methods inherited from interface com.polarion.psvn.core.notifications.ITargetMetaInfo
getParamId, getParamName, getTagName
-
Method Details
-
getNotificationTargets
Processes the given event and returns the target email addresses or user IDs.- Parameters:
event
-paramValue
-- Returns:
Set
ofString
email addresses or user IDs- Throws:
Exception
-