Uses of Class
hudson.plugins.testng.results.PackageResult

Packages that use PackageResult
hudson.plugins.testng.results   
 

Uses of PackageResult in hudson.plugins.testng.results
 

Methods in hudson.plugins.testng.results that return types with arguments of type PackageResult
 java.util.Map<java.lang.String,PackageResult> TestResults.getPackageMap()
           
 java.util.List<PackageResult> PackageResult.getPreviousPackageResults()
          Create a list that contains previous builds results for this package

(foreach package in previousbuilds tests results packages) if package.name matches this method's package name then add this package to the return list

 

Method parameters in hudson.plugins.testng.results with type arguments of type PackageResult
 void TestResults.setPackageMap(java.util.Map<java.lang.String,PackageResult> packageMap)
           
 



Copyright © 2010. All Rights Reserved.