hudson.plugins.javatest_report
Class Suite

java.lang.Object
  extended by hudson.plugins.javatest_report.TestObject<S>
      extended by hudson.plugins.javatest_report.TestCollection<Suite,Test>
          extended by hudson.plugins.javatest_report.Suite
All Implemented Interfaces:
hudson.model.ModelObject

public class Suite
extends TestCollection<Suite,Test>

A Suite is a set of Tests.

Author:
Kohsuke Kawaguchi

Constructor Summary
Suite()
           
 
Method Summary
 java.lang.String getChildTitle()
          Returns the caption of the children.
 
Methods inherited from class hudson.plugins.javatest_report.TestCollection
add, get, getChildren, getDynamic, getFailCount, getFailedTests, getPackages, getPackageTests, getSkippedCount, getSkippedTests, getTotalCount
 
Methods inherited from class hudson.plugins.javatest_report.TestObject
addAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getOwner, getPreviousResult, getStatus, getStatusMessage, setDescription, setId, setName, setStatusString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suite

public Suite()
Method Detail

getChildTitle

public java.lang.String getChildTitle()
Description copied from class: TestCollection
Returns the caption of the children. Used in the view.

Specified by:
getChildTitle in class TestCollection<Suite,Test>


Copyright © 2004-2011. All Rights Reserved.