public class TestAutomationProjectAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
TestAutomationProjectAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
void |
doSummarizerGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Graph of metric points over time.
|
String |
getDisplayName() |
List<TestAutomationReport> |
getExistingReportsList() |
String |
getIconFileName() |
hudson.model.AbstractProject<?,?> |
getProject()
Method necessary to get the side-panel included in the Jelly file
|
List<TestCase> |
getTestCases() |
String |
getUrlName() |
boolean |
isChartVisibleOnProjectDashboard() |
public TestAutomationProjectAction(hudson.model.AbstractProject<?,?> project)
public 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 boolean isChartVisibleOnProjectDashboard()
public hudson.model.AbstractProject<?,?> getProject()
AbstractProjectpublic void doSummarizerGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionpublic List<TestAutomationReport> getExistingReportsList()
Copyright © 2004-2014. All Rights Reserved.