hudson.plugins.javatest_report
Class Package

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.Package
All Implemented Interfaces:
hudson.model.ModelObject

public class Package
extends TestCollection<Suite,Test>

Author:
Vladimir Ralev

Constructor Summary
Package()
           
 
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

Package

public Package()
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.