hudson.plugins.view.dashboard.test
Class TestStatisticsPortlet
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.test.TestStatisticsPortlet
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject
public class TestStatisticsPortlet
- extends DashboardPortlet
Portlet that presents a grid of test result data with summation
- Author:
- Peter Hayes
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestStatisticsPortlet
@DataBoundConstructor
public TestStatisticsPortlet(String name)
getTestResultSummary
public TestResultSummary getTestResultSummary(Collection<hudson.model.Job> jobs)
format
public String format(DecimalFormat df,
double val)
Copyright © 2004-2011. All Rights Reserved.