Uses of Class
hudson.plugins.testlink.result.ResultSeeker

Packages that use ResultSeeker
hudson.plugins.testlink   
hudson.plugins.testlink.result   
 

Uses of ResultSeeker in hudson.plugins.testlink
 

Methods in hudson.plugins.testlink that return types with arguments of type ResultSeeker
 java.util.List<hudson.model.Descriptor<? extends ResultSeeker>> TestLinkBuilderDescriptor.getApplicableResultSeekers(hudson.model.AbstractProject<?,?> p)
           
 java.util.List<ResultSeeker> AbstractTestLinkBuilder.getResultSeekers()
           
 

Method parameters in hudson.plugins.testlink with type arguments of type ResultSeeker
 void AbstractTestLinkBuilder.setResultSeekers(java.util.List<ResultSeeker> resultSeekers)
           
 

Constructor parameters in hudson.plugins.testlink with type arguments of type ResultSeeker
AbstractTestLinkBuilder(java.lang.String testLinkName, java.lang.String testProjectName, java.lang.String testPlanName, java.lang.String buildName, java.lang.String customFields, java.util.List<hudson.tasks.BuildStep> singleBuildSteps, java.util.List<hudson.tasks.BuildStep> beforeIteratingAllTestCasesBuildSteps, java.util.List<hudson.tasks.BuildStep> iterativeBuildSteps, java.util.List<hudson.tasks.BuildStep> afterIteratingAllTestCasesBuildSteps, java.lang.Boolean transactional, java.lang.Boolean failedTestsMarkBuildAsFailure, java.util.List<ResultSeeker> resultSeekers)
          This constructor is bound to a stapler request.
TestLinkBuilder(java.lang.String testLinkName, java.lang.String testProjectName, java.lang.String testPlanName, java.lang.String buildName, java.lang.String customFields, java.util.List<hudson.tasks.BuildStep> singleBuildSteps, java.util.List<hudson.tasks.BuildStep> beforeIteratingAllTestCasesBuildSteps, java.util.List<hudson.tasks.BuildStep> iterativeBuildSteps, java.util.List<hudson.tasks.BuildStep> afterIteratingAllTestCasesBuildSteps, java.lang.Boolean transactional, java.lang.Boolean failedTestsMarkBuildAsFailure, java.util.List<ResultSeeker> resultSeekers)
           
 

Uses of ResultSeeker in hudson.plugins.testlink.result
 

Subclasses of ResultSeeker in hudson.plugins.testlink.result
 class AbstractJUnitResultSeeker
           
 class AbstractTestNGResultSeeker
           
 class JUnitCaseClassNameResultSeeker
          Seeks for test results matching each JUnit Case Result class name with the key custom field.
 class JUnitCaseNameResultSeeker
          Seeks for test results matching each JUnit Case Result name with the key custom field.
 class JUnitMethodNameResultSeeker
          Seeks for test results matching each JUnit Case Result class name and method name with the key custom field.
 class JUnitSuiteNameResultSeeker
          Seeks for test results matching each JUnit Suite Result name with the key custom field.
 class TAPFileNameResultSeeker
          Seeks for test results matching each TAP file name with the key custom field.
 class TestNGClassNameResultSeeker
          Seeks for test results matching each TestNG Class name with the key custom field.
 class TestNGMethodNameDataProviderNameResultSeeker
          Seeks for test results matching each TestNG Method name and its Data Provider name with key custom fields.
 class TestNGMethodNameResultSeeker
          Seeks for test results matching each TestNG Method name with the key custom field.
 class TestNGSuiteNameResultSeeker
          Seeks for test results matching each TestNG Suite name with the key custom field.
 

Methods in hudson.plugins.testlink.result that return types with arguments of type ResultSeeker
static hudson.DescriptorExtensionList<ResultSeeker,hudson.model.Descriptor<ResultSeeker>> ResultSeeker.all()
           
static hudson.DescriptorExtensionList<ResultSeeker,hudson.model.Descriptor<ResultSeeker>> ResultSeeker.all()
           
static hudson.DescriptorExtensionList<ResultSeeker,hudson.model.Descriptor<ResultSeeker>> ResultSeeker.allExcept(hudson.model.Node current)
           
static hudson.DescriptorExtensionList<ResultSeeker,hudson.model.Descriptor<ResultSeeker>> ResultSeeker.allExcept(hudson.model.Node current)
           
 

Methods in hudson.plugins.testlink.result with parameters of type ResultSeeker
 int ResultSeeker.compareTo(ResultSeeker o)
           
 



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