hudson.plugins.tasks
Class TasksProjectAction

java.lang.Object
  extended by hudson.plugins.tasks.util.AbstractProjectAction<TasksResultAction>
      extended by hudson.plugins.tasks.TasksProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, java.io.Serializable

public class TasksProjectAction
extends AbstractProjectAction<TasksResultAction>

Entry point to visualize the task scanner trend graph. Drawing of the graph is delegated to the associated TasksResultAction.

Author:
Ulli Hafner
See Also:
Serialized Form

Constructor Summary
TasksProjectAction(hudson.model.AbstractProject<?,?> project)
          Instantiates a new tasks project action.
 
Method Summary
protected  java.lang.String getCookieName()
          Returns the flip trend cookie name.
 java.lang.String getDisplayName()
          
 java.lang.String getUrlName()
          
 
Methods inherited from class hudson.plugins.tasks.util.AbstractProjectAction
doFlipTrend, doIndex, doTrend, doTrendMap, getIconFileName, getLastAction, getProject, hasValidResults, isHealthinessEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProjectAction

public TasksProjectAction(hudson.model.AbstractProject<?,?> project)
Instantiates a new tasks project action.

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

getDisplayName

public java.lang.String getDisplayName()


getUrlName

public java.lang.String getUrlName()


getCookieName

protected java.lang.String getCookieName()
Returns the flip trend cookie name.

Specified by:
getCookieName in class AbstractProjectAction<TasksResultAction>
Returns:
the flip trend cookie name.


Copyright © 2008. All Rights Reserved.