Class FirstFailedJobNotification
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
-
- com.atlassian.bamboo.specs.api.builders.notification.NotificationType<FirstFailedJobNotification,AnyNotificationTypeProperties>
-
- com.atlassian.bamboo.specs.builders.notification.FirstFailedJobNotification
-
public class FirstFailedJobNotification extends NotificationType<FirstFailedJobNotification,AnyNotificationTypeProperties>
Represents a notification which is sent for first job that failed for the plan.
-
-
Constructor Summary
Constructors Constructor Description FirstFailedJobNotification()
-
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<FirstFailedJobNotification,AnyNotificationTypeProperties>
-
-