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

Packages that use Class
hudson.plugins.testlink.testng   
 

Uses of Class in hudson.plugins.testlink.testng
 

Methods in hudson.plugins.testlink.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.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.
 



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