WS.Common.Notify.prepareNotificationMessage()
Signature
void prepareNotificationMessage(Object notificationContextObj, String notificationType, String messageTemplateContents, Object messageDataMapObj)
Description
Creates a Notification context object as per the Implementation class name provided.
Parameters
Name | Type | Description |
notificationContextObj | Object | Notification Context Class name. |
notificationType | String | Type of notification (approval, commit etc.). |
messageTemplateContents | String | Message templates contents. |
messageDataMapObj | Object | Message Data values (project name, user etc.). |
Returns
Type | Description |
Object | Notification Context object with the message. |