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