Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTrigger
-
Packages that use GerritTrigger Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger -
-
Uses of GerritTrigger in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type GerritTrigger Modifier and Type Method Description protected Integer
ParameterExpander. 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.Notify
ParameterExpander. getNotificationLevel(GerritTrigger trigger)
Returns the notification level value for the given trigger.protected Integer
ParameterExpander. 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 GerritTrigger Modifier and Type Method Description GerritTrigger
GerritTriggerTimerTask. getGerritTrigger()
TheGerritTrigger
that created this timerTask.GerritTrigger
EventListener. getTrigger()
Utility method for finding theGerritTrigger
instance inEventListener.job
.static GerritTrigger
GerritTrigger. 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 GerritTrigger Modifier and Type Method Description static Map<String,ArrayList<GerritTrigger>>
GerritProjectList. getGerritProjects()
Returns project list.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritTrigger Modifier and Type Method Description static void
GerritProjectList. addProject(GerritProject project, GerritTrigger trigger)
Adds project to project list.static void
GerritProjectList. removeTriggerFromProjectList(GerritTrigger trigger)
Removes trigger from the projectList.protected void
EventListener. schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Schedules a build with parameters from the event.protected void
EventListener. schedule(GerritTrigger t, GerritCause cause, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, Job project)
Schedules a build with parameters from the event.void
GerritTriggerTimer. 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 GerritTrigger Constructor Description RunningJobs(GerritTrigger trigger, Item job)
Constructor: embeds the trigger and it's underlying job into the tracked list.
-