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

Packages that use Class
hudson.plugins.testlink.parser.testng   
hudson.plugins.testlink.result.testng   
 

Uses of Class in hudson.plugins.testlink.parser.testng
 

Methods in hudson.plugins.testlink.parser.testng that return types with arguments of type Class
 java.util.List<Class> Test.getClasses()
          Retrieves the list of tags.
 

Methods in hudson.plugins.testlink.parser.testng with parameters of type Class
 boolean Test.addClass(Class clazz)
          Adds a class into the list of tags.
 boolean Test.removeClass(Class clazz)
          Removes a class from the list of tags.
 

Uses of Class in hudson.plugins.testlink.result.testng
 

Classes in hudson.plugins.testlink.result.testng with type parameters of type Class
 class TestNGClassesTestResultSeeker<T extends Class>
          Seeks for test results of TestNG tests.
 

Fields in hudson.plugins.testlink.result.testng with type parameters of type Class
protected  java.util.Map<java.lang.Integer,TestCaseWrapper<Class>> TestNGClassesTestResultSeeker.results
          Map of Wrappers for TestLink Test Cases.
 

Methods in hudson.plugins.testlink.result.testng that return types with arguments of type Class
 java.util.Map<java.lang.Integer,TestCaseWrapper<Class>> TestNGClassesTestResultSeeker.seek(java.io.File directory)
           
 

Methods in hudson.plugins.testlink.result.testng with parameters of type Class
protected  void TestNGClassesTestResultSeeker.findTestResults(Suite testNGSuite, Class clazz, br.eti.kinoshita.testlinkjavaapi.model.TestCase testLinkTestCase, java.io.File testNGFile)
          Looks for test results in a TestNG test case.
protected  br.eti.kinoshita.testlinkjavaapi.model.ExecutionStatus TestNGClassesTestResultSeeker.getTestNGExecutionStatus(Class clazz)
          Retrieves the Execution Status for a TestNG test class.
protected  java.lang.String TestNGClassesTestResultSeeker.getTestNGNotes(Suite suite, Class clazz)
          Retrieves notes for TestNG suite and test class.
protected  void TestNGClassesTestResultSeeker.processTestClass(Class clazz, Suite testNGSuite, java.io.File testNGFile)
          Processes a TestNG test class.
 

Method parameters in hudson.plugins.testlink.result.testng with type arguments of type Class
protected  void TestNGClassesTestResultSeeker.addOrUpdate(TestCaseWrapper<Class> testResult)
          Adds or updates a test result.
 



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