hudson.plugins.projectstats.portlet
Class NumBuildsPortlet

java.lang.Object
  extended by hudson.plugins.view.dashboard.DashboardPortlet
      extended by hudson.plugins.projectstats.portlet.NumBuildsPortlet
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.plugins.view.dashboard.DashboardPortlet>, hudson.model.ModelObject

public class NumBuildsPortlet
extends hudson.plugins.view.dashboard.DashboardPortlet

Author:
Marco Ambu

Nested Class Summary
static class NumBuildsPortlet.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
NumBuildsPortlet(String name)
           
 
Method Summary
 NumBuildsStats getStats(hudson.model.Job job)
           
 
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumBuildsPortlet

@DataBoundConstructor
public NumBuildsPortlet(String name)
Method Detail

getStats

public NumBuildsStats getStats(hudson.model.Job job)


Copyright © 2004-2011. All Rights Reserved.