Package | Description |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger | |
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions |
Modifier and Type | Method and Description |
---|---|
TriggerContext |
GerritCause.getContext()
The context with information about other builds triggered for the same event as this one.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
GerritCause(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.
|
Constructor and Description |
---|
RetriggerAction(TriggerContext context)
Standard Constructor.
|
RetriggerAllAction(TriggerContext context)
Standard Constructor.
|
Copyright © 2004-2015. All Rights Reserved.