|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestAutomationFinderService
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 argument
server -
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||