Class CommentAddedNotification
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
-
- com.atlassian.bamboo.specs.api.builders.notification.NotificationType<CommentAddedNotification,AnyNotificationTypeProperties>
-
- com.atlassian.bamboo.specs.builders.notification.CommentAddedNotification
-
public class CommentAddedNotification extends NotificationType<CommentAddedNotification,AnyNotificationTypeProperties>
Represent a notification which is sent when comment is added to a chain.
-
-
Constructor Summary
Constructors Constructor Description CommentAddedNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull AnyNotificationTypePropertiesbuild()
-
-
-
Method Detail
-
build
@NotNull protected @NotNull AnyNotificationTypeProperties build()
- Specified by:
buildin classNotificationType<CommentAddedNotification,AnyNotificationTypeProperties>
-
-