|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessDenied | |
|---|---|
| org.squashtest.tm.service.testautomation.spi | |
| Uses of AccessDenied in org.squashtest.tm.service.testautomation.spi |
|---|
| Methods in org.squashtest.tm.service.testautomation.spi that throw AccessDenied | |
|---|---|
void |
TestAutomationConnector.executeTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
String reference)
Given a bunch of tests, must tell the remote server to execute them. |
void |
TestAutomationConnector.executeTests(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
String reference,
TestAutomationCallbackService callbackService)
Same than TestAutomationConnector.executeTests(Collection, String) (in particular, it must return as soon as the tests have
started). |
Map<org.squashtest.tm.domain.testautomation.AutomatedTest,URL> |
TestAutomationConnector.getResultURLs(Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> tests,
String reference)
Given a bunch of tests, must return the URLs of their executions, that can be identified by the reference. |
Collection<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
TestAutomationConnector.listProjectsOnServer(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
Given a server (that contains everything you need to connect it), returns the collection of TestAutomationProject
that it hosts. |
Collection<org.squashtest.tm.domain.testautomation.AutomatedTest> |
TestAutomationConnector.listTestsInProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
Given a project (that contains everything you need to connect it), returns the collection of AutomatedTest
that it contains |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||