Uses of Class
hudson.plugins.testlink.testng.Suite

Packages that use Suite
hudson.plugins.testlink.result   
hudson.plugins.testlink.testng   
 

Uses of Suite in hudson.plugins.testlink.result
 

Methods in hudson.plugins.testlink.result with parameters of type Suite
protected  void AbstractTestNGResultSeeker.handleResult(TestCaseWrapper automatedTestCase, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink, br.eti.kinoshita.testlinkjavaapi.model.ExecutionStatus status, Suite suiteResult)
           
 

Uses of Suite in hudson.plugins.testlink.testng
 

Methods in hudson.plugins.testlink.testng that return Suite
 Suite TestNGXmlHandler.getSuite()
          Retrieves the parsed Suite.
 Suite TestNGParser.parse(java.io.File file)
          Parses the content of an input stream and returns a Suite.
 



Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012 Jenkins. All Rights Reserved.