public class ProjectJmhView extends Object implements hudson.model.Action, Serializable
Action
responsible for displaying the JMH report page on project level.
See corresponding Jelly files under src/main/resources.
Constructor and Description |
---|
ProjectJmhView(hudson.model.Job<?,?> project) |
Modifier and Type | Method and Description |
---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
String |
getContextPath() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Job<?,?> |
getProject() |
String |
getProvidedJsUrl() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.model.Job<?,?> getProject()
public String getContextPath()
public String getProvidedJsUrl()
public void doDynamic(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2016–2018. All rights reserved.