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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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