Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.TriggerContext
Packages that use TriggerContext
Package
Description
-
Uses of TriggerContext in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return TriggerContextModifier and TypeMethodDescriptionGerritCause.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 TriggerContextModifier and TypeMethodDescriptionvoidGerritTrigger.retriggerAllBuilds(TriggerContext context) Retriggers all builds in the given context.voidGerritTrigger.retriggerThisBuild(TriggerContext context) Re-triggers the build ingetThisBuild()for the context's event.voidGerritCause.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 TriggerContextModifierConstructorDescriptionGerritCause(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, boolean silentMode, TriggerContext context) Default DataBound Constructor.GerritManualCause(ManualPatchsetCreated event, boolean silentMode, TriggerContext context) Standard constructor.GerritUserCause(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, boolean silentMode, TriggerContext context) Standard Constructor.GerritUserCause(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, boolean silentMode, TriggerContext context, 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 TriggerContextModifierConstructorDescriptionRetriggerAction(TriggerContext context) Standard Constructor.RetriggerAllAction(TriggerContext context) Standard Constructor.