java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.common.recipients.WebhookNotificationRecipients
All Implemented Interfaces:
NotificationRecipients

public class WebhookNotificationRecipients extends Object implements NotificationRecipients
  • Constructor Details

    • WebhookNotificationRecipients

      public WebhookNotificationRecipients(@NotNull @NotNull String webhookName, @NotNull @NotNull String url)
  • Method Details

    • getWebhookName

      public String getWebhookName()
    • getUrl

      public String getUrl()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object