Class NotificationConfig

    • Constructor Detail

      • 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 Detail

      • 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)