hudson.plugins.checkstyle
Class CheckStyleProjectAction

java.lang.Object
  extended by hudson.plugins.checkstyle.util.AbstractProjectAction<CheckStyleResultAction>
      extended by hudson.plugins.checkstyle.CheckStyleProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class CheckStyleProjectAction
extends AbstractProjectAction<CheckStyleResultAction>

Entry point to visualize the Checkstyle trend graph in the project screen.

Author:
Ulli Hafner

Constructor Summary
CheckStyleProjectAction(hudson.model.AbstractProject<?,?> project)
          Instantiates a new CheckStyleProjectAction.
 
Method Summary
 java.lang.String getDisplayName()
          
 java.lang.String getTrendName()
          Returns the title of the trend graph.
 
Methods inherited from class hudson.plugins.checkstyle.util.AbstractProjectAction
createGraphConfiguration, doIndex, doTrend, doTrendMap, getDynamic, getIconFileName, getLastAction, getLastFinishedBuild, getProject, getUrlName, hasValidResults, isTrendVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckStyleProjectAction

public CheckStyleProjectAction(hudson.model.AbstractProject<?,?> project)
Instantiates a new CheckStyleProjectAction.

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

getDisplayName

public java.lang.String getDisplayName()


getTrendName

public java.lang.String getTrendName()
Returns the title of the trend graph.

Specified by:
getTrendName in class AbstractProjectAction<CheckStyleResultAction>
Returns:
the title of the trend graph.


Copyright © 2009. All Rights Reserved.