public class PluginCommentAddedEvent extends PluginGerritEvent implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PluginCommentAddedEvent.PluginCommentAddedEventDescriptor
The Descriptor for the PluginCommentAddedEvent.
|
PluginGerritEvent.PluginGerritEventDescriptor
Constructor and Description |
---|
PluginCommentAddedEvent()
Empty constructor for serializer.
|
PluginCommentAddedEvent(String verdictCategory,
String commentAddedTriggerApprovalValue)
Standard DataBoundConstructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommentAddedTriggerApprovalValue()
Getter for the commentAddedTriggerApprovalValue.
|
Class |
getCorrespondingEventClass()
Getter for the corresponding gerrit event class.
|
hudson.model.Descriptor<PluginGerritEvent> |
getDescriptor()
Getter for the Descriptor.
|
String |
getVerdictCategory()
Getter for the verdictCategory.
|
shouldTriggerOn
@DataBoundConstructor public PluginCommentAddedEvent(String verdictCategory, String commentAddedTriggerApprovalValue)
verdictCategory
- the value part of the VerdictCategory.commentAddedTriggerApprovalValue
- the approval value.public PluginCommentAddedEvent()
public String getCommentAddedTriggerApprovalValue()
public String getVerdictCategory()
public hudson.model.Descriptor<PluginGerritEvent> getDescriptor()
getDescriptor
in interface hudson.model.Describable<PluginGerritEvent>
getDescriptor
in class hudson.model.AbstractDescribableImpl<PluginGerritEvent>
public Class getCorrespondingEventClass()
PluginGerritEvent
getCorrespondingEventClass
in class PluginGerritEvent
Copyright © 2016–2020. All rights reserved.