public interface RuSaladDynamicAction
CukeTestResultDynamicAction hub.| 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.
|
void doDynamic(RuSaladDynamicActionContext context, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
CukeTestResultDynamicAction.
Note: StaplerRequest.getRestOfPath() will return path preceded by
action name (the same as getUrlName() returns).context - Dynamic action contextreq - Stapler requestrsp - Stapler responseIOException - when IO exception occursjavax.servlet.ServletException - when ServletException occursvoid doApply(RuSaladDynamicActionContext context, hudson.FilePath reportPath)
context - Dynamic action contextString getUrlName()
Copyright © 2004-2013. All Rights Reserved.