public class

CustomNotificationSection

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.notification.custom.pull.CustomNotificationSection

Class Overview

A section for one or more custom notifications.

Custom sections can optionally have a date to specify their order relative to one another.

Summary

Public Constructors
CustomNotificationSection(String content, Date date)
Public Methods
@Nonnull String getContent()
@Nullable Date getDate()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CustomNotificationSection (String content, Date date)

Public Methods

@Nonnull public String getContent ()

@Nullable public Date getDate ()