hudson.plugins.dry.dashboard
Class WarningsTablePortlet

java.lang.Object
  extended by hudson.plugins.view.dashboard.DashboardPortlet
      extended by hudson.plugins.analysis.dashboard.AbstractPortlet
          extended by hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
              extended by hudson.plugins.dry.dashboard.WarningsTablePortlet
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.plugins.view.dashboard.DashboardPortlet>, hudson.model.ModelObject

public class WarningsTablePortlet
extends hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet

A portlet that shows a table with the number of warnings in a job.

Author:
Ulli Hafner

Nested Class Summary
static class WarningsTablePortlet.WarningsPerJobDescriptor
          Extension point registration.
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
WarningsTablePortlet(String name, boolean canHideZeroWarningsProjects)
          Creates a new instance of WarningsTablePortlet.
 
Method Summary
protected  Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> getAction()
           
 
Methods inherited from class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
filter, filterZeroWarningsJobs, getCanHideZeroWarningsProjects, getPluginName, getWarnings, getWarnings, getWarnings, getWarnings, isVisibleJob, selectAction, toInt
 
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

WarningsTablePortlet

@DataBoundConstructor
public WarningsTablePortlet(String name,
                                                 boolean canHideZeroWarningsProjects)
Creates a new instance of WarningsTablePortlet.

Parameters:
name - the name of the portlet
canHideZeroWarningsProjects - determines if zero warnings projects should be hidden in the table
Method Detail

getAction

protected Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> getAction()
Specified by:
getAction in class hudson.plugins.analysis.dashboard.AbstractPortlet


Copyright © 2004-2013 Hudson. All Rights Reserved.