Class WebhookRecipientProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties

    @Immutable
    public class WebhookRecipientProperties
    extends com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
    • Constructor Summary

      Constructors 
      Constructor Description
      WebhookRecipientProperties​(@NotNull java.lang.String webhookName, @NotNull java.lang.String url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()  
      java.lang.String getUrl()  
      java.lang.String getWebhookName()  
      int hashCode()  
      void validate()  
      • Methods inherited from class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties

        applicableTo
      • Methods inherited from class java.lang.Object

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

      • WebhookRecipientProperties

        public WebhookRecipientProperties​(@NotNull
                                          @NotNull java.lang.String webhookName,
                                          @NotNull
                                          @NotNull java.lang.String url)
    • Method Detail

      • getWebhookName

        public java.lang.String getWebhookName()
      • getUrl

        public java.lang.String getUrl()
      • getAtlassianPlugin

        @NotNull
        public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
        Specified by:
        getAtlassianPlugin in class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
      • validate

        public void validate()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object