Class NumBuildsPortlet
- java.lang.Object
-
- hudson.plugins.view.dashboard.DashboardPortlet
-
- hudson.plugins.projectstats.portlet.NumBuildsPortlet
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<hudson.plugins.view.dashboard.DashboardPortlet>
,ModelObject
public class NumBuildsPortlet extends hudson.plugins.view.dashboard.DashboardPortlet
- Author:
- Marco Ambu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NumBuildsPortlet.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description NumBuildsPortlet(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
formatPct(DecimalFormat df, double val)
NumBuildsStats
getStats(Job job)
-
-
-
Constructor Detail
-
NumBuildsPortlet
@DataBoundConstructor public NumBuildsPortlet(String name)
-
-
Method Detail
-
getStats
public NumBuildsStats getStats(Job job)
-
formatPct
public String formatPct(DecimalFormat df, double val)
-
-