Class ResponsibleRecipient


  • public class ResponsibleRecipient
    extends com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<ResponsibleRecipient,​com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties>
    Represents a responsible user who broke the build.
    • Method Summary

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

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

      • ResponsibleRecipient

        public ResponsibleRecipient()
    • Method Detail

      • build

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