public class RetriggerAction extends Object implements Action
Constructor and Description |
---|
RetriggerAction()
Default constructor.
|
RetriggerAction(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 RetriggerAction(TriggerContext context)
context
- the original GerritCause's context.public RetriggerAction()
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface 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–2019. All rights reserved.