public class RunJmhView extends Object implements hudson.model.Action, jenkins.tasks.SimpleBuildStep.LastBuildAction, Serializable
Action responsible for displaying the JMH report page for a certain run.
See corresponding Jelly files under src/main/resources.
| Constructor and Description |
|---|
RunJmhView(hudson.model.Run<?,?> run) |
| Modifier and Type | Method and Description |
|---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
int |
getBuildNumber() |
String |
getBundleJsUrl() |
String |
getContextPath() |
String |
getDisplayName() |
String |
getIconFileName()
The three functions
getIconFileName(),getDisplayName(),getUrlName() creating a link to a new page with url :
http://{root}/job/{job name}/{irlName} for the page of the build. |
Collection<? extends hudson.model.Action> |
getProjectActions() |
String |
getProjectName() |
String |
getProvidedJsUrl() |
hudson.model.Run<?,?> |
getRun() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName(),getDisplayName(),getUrlName() creating a link to a new page with url :
http://{root}/job/{job name}/{irlName} for the page of the build.getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.Run<?,?> getRun()
public String getProjectName()
public int getBuildNumber()
public String getContextPath()
public String getProvidedJsUrl()
public String getBundleJsUrl()
public void doDynamic(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionCopyright © 2016–2018. All rights reserved.