All Implemented Interfaces:
Describable<PluginGerritEvent>, Serializable

public class PluginCommentAddedEvent extends PluginGerritEvent implements Serializable
An event configuration that causes the build to be triggered when a comment is added.
Author:
Tomas Westling <tomas.westling@sonymobile.com>
See Also:
  • Constructor Details

    • PluginCommentAddedEvent

      @DataBoundConstructor public PluginCommentAddedEvent(String verdictCategory, String commentAddedTriggerApprovalValue)
      Standard DataBoundConstructor.
      Parameters:
      verdictCategory - the value part of the VerdictCategory.
      commentAddedTriggerApprovalValue - the approval value.
    • PluginCommentAddedEvent

      public PluginCommentAddedEvent()
      Empty constructor for serializer.
  • Method Details