|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.AbstractDescribableImpl<PluginGerritEvent>
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginCommentAddedEvent
public class PluginCommentAddedEvent
An event configuration that causes the build to be triggered when a comment is added.
Nested Class Summary | |
---|---|
static class |
PluginCommentAddedEvent.PluginCommentAddedEventDescriptor
The Descriptor for the PluginCommentAddedEvent. |
Nested classes/interfaces inherited from class com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent |
---|
PluginGerritEvent.PluginGerritEventDescriptor |
Constructor Summary | |
---|---|
PluginCommentAddedEvent()
Empty constructor for serializer. |
|
PluginCommentAddedEvent(String verdictCategory,
String commentAddedTriggerApprovalValue)
Standard DataBoundConstructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@DataBoundConstructor public PluginCommentAddedEvent(String verdictCategory, String commentAddedTriggerApprovalValue)
verdictCategory
- the value part of the VerdictCategory.commentAddedTriggerApprovalValue
- the approval value.public PluginCommentAddedEvent()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |