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

Packages that use TestCaseWrapper
hudson.plugins.testlink   
hudson.plugins.testlink.result   
hudson.plugins.testlink.util   
 

Uses of TestCaseWrapper in hudson.plugins.testlink
 

Methods in hudson.plugins.testlink that return types with arguments of type TestCaseWrapper
 java.util.List<TestCaseWrapper> Report.getTestCases()
           
 

Methods in hudson.plugins.testlink with parameters of type TestCaseWrapper
 void Report.addTestCase(TestCaseWrapper testCase)
           
protected  void TestLinkBuilder.executeIterativeBuildSteps(TestCaseWrapper[] automatedTestCases, TestLinkSite testLinkSite, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           Executes iterative build steps.
 int TestLinkSite.updateTestCase(TestCaseWrapper testCase)
          Updates the test cases status in TestLink (note and status) and uploads any existing attachments.
 

Uses of TestCaseWrapper in hudson.plugins.testlink.result
 

Methods in hudson.plugins.testlink.result with parameters of type TestCaseWrapper
protected  void AbstractTestNGResultSeeker.handleResult(TestCaseWrapper automatedTestCase, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink, br.eti.kinoshita.testlinkjavaapi.constants.ExecutionStatus status, Suite suiteResult)
           
protected  void AbstractJUnitResultSeeker.handleResult(TestCaseWrapper automatedTestCase, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, TestLinkSite testlink, hudson.tasks.junit.SuiteResult suiteResult)
           
abstract  void ResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
          Seeks for Test Results in a directory.
 void TestNGMethodNameDataProviderNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void TestNGClassNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void JUnitMethodNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void JUnitCaseNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void JUnitCaseClassNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void TestNGMethodNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void TestNGSuiteNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void TAPFileNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 void JUnitSuiteNameResultSeeker.seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestLinkSite testlink)
           
 

Uses of TestCaseWrapper in hudson.plugins.testlink.util
 

Methods in hudson.plugins.testlink.util with parameters of type TestCaseWrapper
static hudson.EnvVars TestLinkHelper.buildTestCaseEnvVars(TestCaseWrapper testCase, br.eti.kinoshita.testlinkjavaapi.model.TestProject testProject, br.eti.kinoshita.testlinkjavaapi.model.TestPlan testPlan, br.eti.kinoshita.testlinkjavaapi.model.Build build, hudson.model.BuildListener listener)
          Creates EnvVars for a TestLink Test Case.
 int ExecutionOrderComparator.compare(TestCaseWrapper o1, TestCaseWrapper o2)
           
static java.util.Map<java.lang.String,java.lang.String> TestLinkHelper.createTestLinkEnvironmentVariables(TestCaseWrapper testCase, br.eti.kinoshita.testlinkjavaapi.model.TestProject testProject, br.eti.kinoshita.testlinkjavaapi.model.TestPlan testPlan, br.eti.kinoshita.testlinkjavaapi.model.Build build)
          Creates a Map (name, value) of environment variables for a TestLink Test Case.
 



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