hudson.plugins.cpptest
Class CpptestProjectAction

java.lang.Object
  extended by hudson.plugins.analysis.core.AbstractProjectAction<CpptestResultAction>
      extended by hudson.plugins.cpptest.CpptestProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class CpptestProjectAction
extends hudson.plugins.analysis.core.AbstractProjectAction<CpptestResultAction>

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

Author:
Ulli Hafner NQH: adapt for Cpptest

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

CpptestProjectAction

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

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<CpptestResultAction>


Copyright © 2010. All Rights Reserved.