Class NotificationType<N extends NotificationType<N,P>,P extends NotificationTypeProperties>

java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.notification.NotificationType<N,P>
Direct Known Subclasses:
AnyNotificationType, BuildErrorNotification, CommentAddedNotification, DeploymentFailedNotification, DeploymentFinishedNotification, DeploymentStartedAndFinishedNotification, FirstFailedJobNotification, JobCompletedNotification, JobFailedNotification, JobHungNotification, JobStatusChangedNotification, JobTimeoutNotification, JobWithoutAgentNotification, PlanCompletedNotification, PlanFailedNotification, PlanStatusChangedNotification, ResponsibilityChangedNotification, XFailedChainsNotification

public abstract class NotificationType<N extends NotificationType<N,P>,P extends NotificationTypeProperties> extends EntityPropertiesBuilder<P>
Represents notification type.