org.squashtest.tm.service.testautomation
public interface TestAutomationFinderService
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.testautomation.AutomatedSuite |
findAutomatedTestSuiteById(String suiteId) |
List<org.squashtest.tm.domain.execution.Execution> |
findExecutionsByAutomatedTestSuiteId(String automatedTestSuiteId)
Given the id of an automated test suite, returns the list of executions associated to this automated test
suite.
|
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
listProjectsOnServer(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
see
listProjectsOnServer(URL, String, String), using a TestAutomationServer for argument |
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
listProjectsOnServer(URL serverURL,
String login,
String password)
Given the URL of the test automation server, and the credentials required to connect it, will return the list of
project currently available on it.
|
Collection<TestAutomationProjectContent> |
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. |
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> listProjectsOnServer(URL serverURL, String login, String password)
Given the URL of the test automation server, and the credentials required to connect it, will return the list of project currently available on it. The credentials will be tested on the fly.
serverURL - login - password - AccessDenied - if the given credentials are invalidCollection<org.squashtest.tm.domain.testautomation.TestAutomationProject> listProjectsOnServer(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
listProjectsOnServer(URL, String, String), using a TestAutomationServer for argumentserver - Collection<TestAutomationProjectContent> listTestsInProjects(Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> projects)
TestAutomationProject, will return the aggregated list of AutomatedTest
paired with their owner project.projects - List<org.squashtest.tm.domain.execution.Execution> findExecutionsByAutomatedTestSuiteId(String automatedTestSuiteId)
automatedTestSuiteId - org.squashtest.tm.domain.testautomation.AutomatedSuite findAutomatedTestSuiteById(String suiteId)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.