Class PlanCompletedNotification
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
-
- com.atlassian.bamboo.specs.api.builders.notification.NotificationType<PlanCompletedNotification,AnyNotificationTypeProperties>
-
- com.atlassian.bamboo.specs.builders.notification.PlanCompletedNotification
-
public class PlanCompletedNotification extends NotificationType<PlanCompletedNotification,AnyNotificationTypeProperties>
Represents a notification sent for fully completed plan.
-
-
Constructor Summary
Constructors Constructor Description PlanCompletedNotification()
-
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<PlanCompletedNotification,AnyNotificationTypeProperties>
-
-