hudson.plugins.brakeman
Class BrakemanProjectAction

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractProjectAction<BrakemanResultAction>
      extended by hudson.plugins.brakeman.BrakemanProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class BrakemanProjectAction
extends hudson.plugins.analysis.core.AbstractProjectAction<BrakemanResultAction>

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

Author:
Maximilian Odendahl

Constructor Summary
BrakemanProjectAction(hudson.model.AbstractProject<?,?> project)
          Instantiates a new find bugs project action.
 
Method Summary
 String getDisplayName()
          
 String getTrendName()
          
 
Methods inherited from class hudson.plugins.analysis.core.AbstractProjectAction
canShowEnableTrendLink, createBuildHistory, createConfiguration, createDefaultConfiguration, createUserConfiguration, doIndex, getAvailableGraphs, getDynamic, getIconFileName, getLastAction, getLastFinishedBuild, getProject, getTrendDetails, 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

BrakemanProjectAction

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

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

getDisplayName

public String getDisplayName()


getTrendName

public String getTrendName()

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


Copyright © 2004-2012. All Rights Reserved.