hudson.plugins.findbugs
Class FindBugsProjectAction

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractProjectAction<FindBugsResultAction>
      extended by hudson.plugins.findbugs.FindBugsProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class FindBugsProjectAction
extends hudson.plugins.analysis.core.AbstractProjectAction<FindBugsResultAction>

Entry point to visualize the FindBugs trend graph in the project screen. Drawing of the graph is delegated to the associated FindBugsResultAction.

Author:
Ulli Hafner

Constructor Summary
FindBugsProjectAction(hudson.model.AbstractProject<?,?> project)
          Instantiates a new find bugs project action.
 
Method Summary
protected  java.util.List<hudson.plugins.analysis.graph.BuildResultGraph> getAvailableGraphs()
           
 java.lang.String getDisplayName()
          
 java.lang.String getTrendName()
          
 
Methods inherited from class hudson.plugins.analysis.core.AbstractProjectAction
createConfiguration, createDefaultConfiguration, createUserConfiguration, doIndex, getDynamic, getIconFileName, getLastAction, getLastFinishedBuild, getProject, getTrendDetails, getTrendGraph, getTrendGraph, getUrlName, hasValidResults, isTrendDeactivated, isTrendVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBugsProjectAction

public FindBugsProjectAction(hudson.model.AbstractProject<?,?> project)
Instantiates a new find bugs project action.

Parameters:
project - the project that owns this action
Method Detail

getDisplayName

public java.lang.String getDisplayName()


getTrendName

public java.lang.String getTrendName()

Specified by:
getTrendName in class hudson.plugins.analysis.core.AbstractProjectAction<FindBugsResultAction>

getAvailableGraphs

protected java.util.List<hudson.plugins.analysis.graph.BuildResultGraph> getAvailableGraphs()
Overrides:
getAvailableGraphs in class hudson.plugins.analysis.core.AbstractProjectAction<FindBugsResultAction>


Copyright © 2004-2011. All Rights Reserved.