public interface TestAutomationProjectFinderService
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.testautomation.TestAutomationProject |
findProjectById(long projectId) |
URL |
findProjectURL(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
Map<String,URL> |
findProjectUrls(Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> collection)
Will return the ta-project urls mapped by their jobName.
|
boolean |
hasExecutedTests(long projectId) |
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
listProjectsOnServer(Long serverId)
see
#listProjectsOnServer(URL, String, String), using its ID for argument |
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
listProjectsOnServer(String serverName)
Given the name of a server, will return the list of project currently available on it.
|
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 |
org.squashtest.tm.domain.testautomation.TestAutomationProject findProjectById(long projectId)
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> listProjectsOnServer(String serverName)
Given the name of a server, 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(Long serverId)
#listProjectsOnServer(URL, String, String), using its ID for argumentserver - Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> listProjectsOnServer(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
#listProjectsOnServer(URL, String, String), using a TestAutomationServer for argumentserver - Map<String,URL> findProjectUrls(Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> collection)
collection - : the TestAutomationProject to get the urls ofboolean hasExecutedTests(long projectId)
projectId - true if the project have been executed, false otherwiseURL findProjectURL(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.