public class InvisibleActionHostingHtml extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
InvisibleActionHostingHtml(hudson.model.AbstractBuild<?,?> build,
String urlFileName,
String exeConfig)
This class is for hosting the HTML Report in an action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
This method is called when an InvisibleActionHostingHtml object is created.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getName() |
Object |
getTarget() |
String |
getUrlName() |
String |
path() |
public InvisibleActionHostingHtml(hudson.model.AbstractBuild<?,?> build,
String urlFileName,
String exeConfig)
build - to locate where the file isurlFileName - to know which file it isexeConfig - to know which file it is , the path is made by a filename and a execution configpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic String getName()
public String path()
public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - The requestrsp - The responseIOException - If an IO error occuresjavax.servlet.ServletException - If the response could not be generatedCopyright © 2016–2018 PikeTec GmbH. All rights reserved.