|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TriggerContext | |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger | |
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions |
Uses of TriggerContext in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return TriggerContext | |
---|---|
TriggerContext |
GerritCause.getContext()
The context with information about other builds triggered for the same event as this one. |
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type TriggerContext | |
---|---|
void |
GerritTrigger.retriggerAllBuilds(TriggerContext context)
Retriggers all builds in the given context. |
void |
GerritTrigger.retriggerThisBuild(TriggerContext context)
Re-triggers the build in getThisBuild() for the context's event. |
void |
GerritCause.setContext(TriggerContext context)
The context with information about other builds triggered for the same event as this one. |
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type TriggerContext | |
---|---|
GerritCause(PatchsetCreated event,
boolean silentMode,
TriggerContext context)
Default DataBound Constructor. |
|
GerritManualCause(ManualPatchsetCreated event,
boolean silentMode,
TriggerContext context)
Standard constructor. |
|
GerritUserCause(PatchsetCreated event,
boolean silentMode,
TriggerContext context)
Standard Constructor. |
|
GerritUserCause(PatchsetCreated event,
boolean silentMode,
TriggerContext context,
java.lang.String authenticationName)
Standard Constructor. |
Uses of TriggerContext in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions |
---|
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions with parameters of type TriggerContext | |
---|---|
RetriggerAction(TriggerContext context)
Standard Constructor. |
|
RetriggerAllAction(TriggerContext context)
Standard Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |