|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GerritTrigger | |
---|---|
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 | |
---|---|
protected int |
ParameterExpander.getCodeReviewValue(hudson.model.Result res,
GerritTrigger trigger)
Finds the code review value for the specified build result on the configured trigger. |
protected int |
ParameterExpander.getVerifiedValue(hudson.model.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 | |
---|---|
static GerritTrigger |
GerritTrigger.getTrigger(hudson.model.AbstractProject project)
Finds the GerritTrigger in a project. |
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type GerritTrigger | |
---|---|
static Map<String,ArrayList<GerritTrigger>> |
GerritProjectList.getGerritProjects()
Returns project list. |
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritTrigger | |
---|---|
static void |
GerritProjectList.addProject(GerritProject project,
GerritTrigger trigger)
Adds project to project list. |
static void |
GerritProjectList.removeTriggerFromProjectList(GerritTrigger trigger)
Removes trigger from the projectList. |
void |
UnreviewedPatchesListener.triggerUnreviewedPatches(GerritTrigger trigger)
Triggers all patches in events-list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |