Class NotificationConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<NotificationConfig>
org.jenkinsci.plugins.sonargerrit.gerrit.NotificationConfig
- All Implemented Interfaces:
Describable<NotificationConfig>
Project: Sonar-Gerrit Plugin Author: Tatiana Didik Created: 09.11.2017 14:27 $Id$
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionNotificationConfig
(String noIssuesNotificationRecipient, String commentedIssuesNotificationRecipient, String negativeScoreNotificationRecipient) NotificationConfig
(me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling noIssuesNotificationRecipient, me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling commentedIssuesNotificationRecipient, me.redaalaoui.gerrit_rest_java_client.thirdparty.com.google.gerrit.extensions.api.changes.NotifyHandling negativeScoreNotificationRecipient) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCommentedIssuesNotificationRecipient
(String commentedIssuesNotificationRecipient) void
setNegativeScoreNotificationRecipient
(String negativeScoreNotificationRecipient) void
setNoIssuesNotificationRecipient
(String noIssuesNotificationRecipient)
-
Constructor Details
-
NotificationConfig
-
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
-
setNoIssuesNotificationRecipient
-
getCommentedIssuesNotificationRecipient
-
setCommentedIssuesNotificationRecipient
@DataBoundSetter public void setCommentedIssuesNotificationRecipient(String commentedIssuesNotificationRecipient) -
getNegativeScoreNotificationRecipient
-
setNegativeScoreNotificationRecipient
@DataBoundSetter public void setNegativeScoreNotificationRecipient(String negativeScoreNotificationRecipient) -
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<NotificationConfig>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<NotificationConfig>
-