com.cwctravel.hudson.plugins.suitegroupedtests
Class SuiteGroupResultProjectAction

java.lang.Object
  extended by hudson.tasks.test.TestResultProjectAction
      extended by com.cwctravel.hudson.plugins.suitegroupedtests.SuiteGroupResultProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class SuiteGroupResultProjectAction
extends hudson.tasks.test.TestResultProjectAction


Field Summary
 
Fields inherited from class hudson.tasks.test.TestResultProjectAction
project
 
Constructor Summary
SuiteGroupResultProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 SuiteGroupResultAction getLastTestResultAction()
           
 java.util.Collection<java.lang.String> getSuiteNames()
           
 TrendGraph getTrendGraph(java.lang.String suiteName)
           
 java.lang.String getUrlName()
           
 
Methods inherited from class hudson.tasks.test.TestResultProjectAction
doFlipTrend, doTrend, doTrendMap, getDisplayName, getIconFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuiteGroupResultProjectAction

public SuiteGroupResultProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action
Overrides:
getUrlName in class hudson.tasks.test.TestResultProjectAction

getSuiteNames

public java.util.Collection<java.lang.String> getSuiteNames()

getLastTestResultAction

public SuiteGroupResultAction getLastTestResultAction()
Overrides:
getLastTestResultAction in class hudson.tasks.test.TestResultProjectAction

getTrendGraph

public TrendGraph getTrendGraph(java.lang.String suiteName)


Copyright © 2004-2012. All Rights Reserved.