Uses of Class
org.squashtest.csp.tm.testautomation.model.TestAutomationProjectContent

Packages that use TestAutomationProjectContent
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.internal.testautomation.service   
org.squashtest.csp.tm.internal.testautomation.tasks   
org.squashtest.csp.tm.internal.testautomation.thread   
org.squashtest.csp.tm.service   
 

Uses of TestAutomationProjectContent in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type TestAutomationProjectContent
 Collection<TestAutomationProjectContent> CustomTestCaseModificationServiceImpl.findAssignableAutomationTests(long testCaseId)
           
 

Uses of TestAutomationProjectContent in org.squashtest.csp.tm.internal.testautomation.service
 

Methods in org.squashtest.csp.tm.internal.testautomation.service that return types with arguments of type TestAutomationProjectContent
 Collection<TestAutomationProjectContent> TestAutomationManagementServiceImpl.listTestsInProjects(Collection<TestAutomationProject> projects)
           
 

Uses of TestAutomationProjectContent in org.squashtest.csp.tm.internal.testautomation.tasks
 

Methods in org.squashtest.csp.tm.internal.testautomation.tasks that return TestAutomationProjectContent
 TestAutomationProjectContent FetchTestListTask.buildFailedResult(Exception thrownException)
           
 TestAutomationProjectContent FetchTestListTask.call()
           
 

Uses of TestAutomationProjectContent in org.squashtest.csp.tm.internal.testautomation.thread
 

Methods in org.squashtest.csp.tm.internal.testautomation.thread that return TestAutomationProjectContent
 TestAutomationProjectContent FetchTestListFuture.get()
           
 TestAutomationProjectContent FetchTestListFuture.get(long timeout, TimeUnit unit)
           
 

Constructor parameters in org.squashtest.csp.tm.internal.testautomation.thread with type arguments of type TestAutomationProjectContent
FetchTestListFuture(FetchTestListTask task, Future<TestAutomationProjectContent> wrappedFuture)
           
 

Uses of TestAutomationProjectContent in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return types with arguments of type TestAutomationProjectContent
 Collection<TestAutomationProjectContent> CustomTestCaseModificationService.findAssignableAutomationTests(long testCaseId)
           
 Collection<TestAutomationProjectContent> TestAutomationFinderService.listTestsInProjects(Collection<TestAutomationProject> projects)
          Given a collection of TestAutomationProject, will return the aggregated list of AutomatedTest paired with their owner project.
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.