Class HipChatRecipientProperties

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

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

      Constructors 
      Constructor Description
      HipChatRecipientProperties​(java.lang.String apiToken, java.lang.String room, boolean notifyUsers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String getApiToken()  
      @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()  
      @NotNull java.lang.String getRoom()  
      int hashCode()  
      boolean isNotifyUsers()  
      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

      • HipChatRecipientProperties

        public HipChatRecipientProperties​(java.lang.String apiToken,
                                          java.lang.String room,
                                          boolean notifyUsers)
    • Method Detail

      • getApiToken

        @NotNull
        public @NotNull java.lang.String getApiToken()
      • getRoom

        @NotNull
        public @NotNull java.lang.String getRoom()
      • isNotifyUsers

        public boolean isNotifyUsers()
      • 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
      • 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()