public class CukeTestResultFileAction extends Object implements RuSaladDynamicAction
| Modifier and Type | Field and Description |
|---|---|
static String |
CUKE_RESULT |
| Constructor and Description |
|---|
CukeTestResultFileAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doApply(RuSaladDynamicActionContext context,
hudson.FilePath reportPath)
This method is invoked when the action is bound to the build / project.
|
void |
doDynamic(RuSaladDynamicActionContext context,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
This method is invoked from within
CukeTestResultDynamicAction. |
String |
getUrlName()
Method getUrlName should return the name for action to be used in URL part.
|
public static final String CUKE_RESULT
public void doApply(RuSaladDynamicActionContext context, hudson.FilePath reportPath)
RuSaladDynamicActiondoApply in interface RuSaladDynamicActioncontext - Dynamic action contextpublic String getUrlName()
RuSaladDynamicActiongetUrlName in interface RuSaladDynamicActionpublic void doDynamic(RuSaladDynamicActionContext context, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
RuSaladDynamicActionCukeTestResultDynamicAction.
Note: StaplerRequest.getRestOfPath() will return path preceded by
action name (the same as RuSaladDynamicAction.getUrlName() returns).doDynamic in interface RuSaladDynamicActioncontext - Dynamic action contextreq - Stapler requestrsp - Stapler responseIOException - when IO exception occursjavax.servlet.ServletException - when ServletException occursCopyright © 2004-2013. All Rights Reserved.