Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTrigger
Packages that use GerritTrigger
Package
Description
-
Uses of GerritTrigger in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type GerritTriggerModifier and TypeMethodDescriptionprotected IntegerParameterExpander.getCodeReviewValue(Result res, GerritTrigger trigger) Finds the code review value for the specified build result on the configured trigger.com.sonymobile.tools.gerrit.gerritevents.dto.rest.NotifyParameterExpander.getNotificationLevel(GerritTrigger trigger) Returns the notification level value for the given trigger.protected IntegerParameterExpander.getVerifiedValue(Result res, GerritTrigger trigger) Finds the verified value for the specified build result on the configured trigger. -
Uses of GerritTrigger in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return GerritTriggerModifier and TypeMethodDescriptionGerritTriggerTimerTask.getGerritTrigger()TheGerritTriggerthat created this timerTask.EventListener.getTrigger()Utility method for finding theGerritTriggerinstance inEventListener.job.static GerritTriggerGerritTrigger.getTrigger(Job project) Finds the GerritTrigger in a project.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type GerritTriggerModifier and TypeMethodDescriptionstatic Map<String,ArrayList<GerritTrigger>> GerritProjectList.getGerritProjects()Returns project list.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritTriggerModifier and TypeMethodDescriptionstatic voidGerritProjectList.addProject(GerritProject project, GerritTrigger trigger) Adds project to project list.static voidGerritProjectList.removeTriggerFromProjectList(GerritTrigger trigger) Removes trigger from the projectList.protected voidEventListener.schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event) Schedules a build with parameters from the event.protected voidEventListener.schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, Job project) Schedules a build with parameters from the event.voidGerritTriggerTimer.schedule(GerritTriggerTimerTask timerTask, GerritTrigger trigger) Schedule a TimerTask according to the two constants above.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritTriggerModifierConstructorDescriptionRunningJobs(GerritTrigger trigger, Item job) Constructor: embeds the trigger and it's underlying job into the tracked list.