Uses of Class
hudson.plugins.testlink.parser.junit.Error

Packages that use Error
hudson.plugins.testlink.parser.junit   
 

Uses of Error in hudson.plugins.testlink.parser.junit
 

Methods in hudson.plugins.testlink.parser.junit that return types with arguments of type Error
 java.util.List<Error> TestCase.getErrors()
          Retrives the list of tags.
 java.util.List<Error> TestSuite.getErrorsList()
           
 

Methods in hudson.plugins.testlink.parser.junit with parameters of type Error
 boolean TestSuite.addError(Error error)
          Adds an error into the list.
 boolean TestCase.addError(Error error)
          Adds an error into the list of tags.
 boolean TestSuite.removeError(Error error)
          Removes an error from the list of tags.
 boolean TestCase.removeError(Error error)
          Removes an error from the list of tags.
 



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