Uses of Class
org.tap4j.plugin.model.TestSetMap

Packages that use TestSetMap
org.tap4j.plugin   
org.tap4j.plugin.model   
 

Uses of TestSetMap in org.tap4j.plugin
 

Methods in org.tap4j.plugin that return types with arguments of type TestSetMap
 java.util.List<TestSetMap> TapResult.getParseErrorTestSets()
           
 java.util.List<TestSetMap> TapResult.getTestSets()
           
 

Constructor parameters in org.tap4j.plugin with type arguments of type TestSetMap
TapResult(java.lang.String name, hudson.model.AbstractBuild<?,?> owner, java.util.List<TestSetMap> testSets)
           
 

Uses of TestSetMap in org.tap4j.plugin.model
 

Subclasses of TestSetMap in org.tap4j.plugin.model
 class ParseErrorTestSetMap
          A test set map that failed to parse.
 

Constructors in org.tap4j.plugin.model with parameters of type TestSetMap
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner, TestSetMap testSetMap, org.tap4j.model.TestResult tapTestResult)
           
 



Copyright © 2011-2012 Jenkins. All Rights Reserved.