Class NotificationConfig

java.lang.Object
hudson.model.AbstractDescribableImpl<NotificationConfig>
org.jenkinsci.plugins.sonargerrit.gerrit.NotificationConfig
All Implemented Interfaces:
Describable<NotificationConfig>

public class NotificationConfig extends AbstractDescribableImpl<NotificationConfig>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 09.11.2017 14:27 $Id$
  • Constructor Details

    • NotificationConfig

      public NotificationConfig(String noIssuesNotificationRecipient, String commentedIssuesNotificationRecipient, String negativeScoreNotificationRecipient)
    • NotificationConfig

      public NotificationConfig(@Nonnull me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling noIssuesNotificationRecipient, @Nonnull me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling commentedIssuesNotificationRecipient, @Nonnull me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling negativeScoreNotificationRecipient)
    • NotificationConfig

      @DataBoundConstructor public NotificationConfig()
  • Method Details

    • getNoIssuesNotificationRecipient

      @Nonnull public String getNoIssuesNotificationRecipient()
    • setNoIssuesNotificationRecipient

      @DataBoundSetter public void setNoIssuesNotificationRecipient(String noIssuesNotificationRecipient)
    • getCommentedIssuesNotificationRecipient

      @Nonnull public String getCommentedIssuesNotificationRecipient()
    • setCommentedIssuesNotificationRecipient

      @DataBoundSetter public void setCommentedIssuesNotificationRecipient(String commentedIssuesNotificationRecipient)
    • getNegativeScoreNotificationRecipient

      @Nonnull public String getNegativeScoreNotificationRecipient()
    • setNegativeScoreNotificationRecipient

      @DataBoundSetter public void setNegativeScoreNotificationRecipient(String negativeScoreNotificationRecipient)
    • getDescriptor

      public NotificationConfig.DescriptorImpl getDescriptor()
      Specified by:
      getDescriptor in interface Describable<NotificationConfig>
      Overrides:
      getDescriptor in class AbstractDescribableImpl<NotificationConfig>