Class DeploymentFinishedNotification


  • public class DeploymentFinishedNotification
    extends com.atlassian.bamboo.specs.api.builders.notification.NotificationType<DeploymentFinishedNotification,​com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties>
    Represents a notification which is sent when a deployment is completed (with either success or failure).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected @NotNull com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeploymentFinishedNotification

        public DeploymentFinishedNotification()
    • Method Detail

      • build

        @NotNull
        protected @NotNull com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties build()
        Specified by:
        build in class com.atlassian.bamboo.specs.api.builders.notification.NotificationType<DeploymentFinishedNotification,​com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties>