public class

CustomNotificationData

extends Object
java.lang.Object
   ↳ com.atlassian.stash.notification.custom.pull.CustomNotificationData

Class Overview

Plugin-defined data to render a custom notification.

Note that the provided data should be serializable to JSON. Batched notifications are not immediately rendered and hence the custom notification data will internally be persisted and retrieved as JSON data.

Summary

Public Constructors
CustomNotificationData(Map<StringObject> data)
Public Methods
@Nonnull Map<StringObject> getData()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CustomNotificationData (Map<StringObject> data)

Public Methods

@Nonnull public Map<StringObject> getData ()