public class RetriggerAllAction extends Object implements hudson.model.Action
Constructor and Description |
---|
RetriggerAllAction()
Default constructor.
|
RetriggerAllAction(TriggerContext context)
Standard Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public RetriggerAllAction(TriggerContext context)
context
- the original GerritCause's context.public RetriggerAllAction()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public void doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException
request
- StaplerRequest the request.response
- StaplerResponse the response handler.IOException
- in case of Stapler issuesCopyright © 2016–2020. All rights reserved.