|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.RetriggerAllAction
public class RetriggerAllAction
Action that retriggers all builds in one event with the same event parameters as the build this trigger is in.
Constructor Summary | |
---|---|
RetriggerAllAction()
Default constructor. |
|
RetriggerAllAction(TriggerContext context)
Standard Constructor. |
Method Summary | |
---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Handles the request to re-trigger and redirects back to the page that called. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getIconFileName()
|
java.lang.String |
getUrlName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetriggerAllAction(TriggerContext context)
context
- the original GerritCause's context.public RetriggerAllAction()
Method Detail |
---|
public java.lang.String getIconFileName()
getIconFileName
in interface hudson.model.Action
public java.lang.String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public java.lang.String getUrlName()
getUrlName
in interface hudson.model.Action
public void doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws java.io.IOException
request
- StaplerRequest the request.response
- StaplerResponse the response handler.
java.io.IOException
- in case of Stapler issues
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |