Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginGerritEvent

Packages that use PluginGerritEvent
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger   
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events   
 

Uses of PluginGerritEvent in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type PluginGerritEvent
 List<PluginGerritEvent> GerritTrigger.getTriggerOnEvents()
          Getter for the triggerOnEvents list.
 

Constructor parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with type arguments of type PluginGerritEvent
GerritTrigger(List<GerritProject> gerritProjects, SkipVote skipVote, Integer gerritBuildStartedVerifiedValue, Integer gerritBuildStartedCodeReviewValue, Integer gerritBuildSuccessfulVerifiedValue, Integer gerritBuildSuccessfulCodeReviewValue, Integer gerritBuildFailedVerifiedValue, Integer gerritBuildFailedCodeReviewValue, Integer gerritBuildUnstableVerifiedValue, Integer gerritBuildUnstableCodeReviewValue, Integer gerritBuildNotBuiltVerifiedValue, Integer gerritBuildNotBuiltCodeReviewValue, boolean silentMode, boolean escapeQuotes, boolean noNameAndEmailParameters, String buildStartMessage, String buildSuccessfulMessage, String buildUnstableMessage, String buildFailureMessage, String buildNotBuiltMessage, String buildUnsuccessfulFilepath, String customUrl, String serverName, List<PluginGerritEvent> triggerOnEvents, boolean dynamicTriggerConfiguration, boolean allowTriggeringUnreviewedPatches, String triggerConfigURL)
          Default DataBound Constructor.
 

Uses of PluginGerritEvent in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
 

Subclasses of PluginGerritEvent in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events
 class PluginChangeAbandonedEvent
          An event configuration that causes the build to be triggered when a change is abandoned.
 class PluginChangeMergedEvent
          An event configuration that causes the build to be triggered when a change is merged.
 class PluginChangeRestoredEvent
          An event configuration that causes the build to be triggered when a change is restored.
 class PluginCommentAddedEvent
          An event configuration that causes the build to be triggered when a comment is added.
 class PluginDraftPublishedEvent
          An event configuration that causes the build to be triggered when a draft is published.
 class PluginPatchsetCreatedEvent
          An event configuration that causes the build to be triggered when a patchset is created.
 class PluginRefUpdatedEvent
          An event configuration that causes the build to be triggered when a ref is updated.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events that return types with arguments of type PluginGerritEvent
 hudson.model.Descriptor<PluginGerritEvent> PluginDraftPublishedEvent.getDescriptor()
          Getter for the Descriptor.
 hudson.model.Descriptor<PluginGerritEvent> PluginChangeRestoredEvent.getDescriptor()
          Getter for the Descriptor.
 hudson.model.Descriptor<PluginGerritEvent> PluginRefUpdatedEvent.getDescriptor()
          Getter for the Descriptor.
 hudson.model.Descriptor<PluginGerritEvent> PluginChangeAbandonedEvent.getDescriptor()
          Getter for the Descriptor.
 hudson.model.Descriptor<PluginGerritEvent> PluginPatchsetCreatedEvent.getDescriptor()
          Getter for the Descriptor.
 hudson.model.Descriptor<PluginGerritEvent> PluginChangeMergedEvent.getDescriptor()
          Getter for the Descriptor.
 hudson.model.Descriptor<PluginGerritEvent> PluginCommentAddedEvent.getDescriptor()
          Getter for the Descriptor.
 



Copyright © 2004-2013. All Rights Reserved.