|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AutomatedSuiteDao
| Method Summary | |
|---|---|
AutomatedSuite |
createNewSuite()
|
List<AutomatedSuite> |
findAll()
|
List<AutomatedSuite> |
findAllById(Collection<String> ids)
|
Collection<AutomatedExecutionExtender> |
findAllCompletedExtenders(String suiteId)
retrieve all the extenders of executions which had been ran their test automation servers, for a given AutomatedSuite |
Collection<AutomatedExecutionExtender> |
findAllExtenders(String suiteId)
retrieve all the AutomatedExecutionExtender that this suite is bound to. |
Collection<AutomatedExecutionExtender> |
findAllExtendersByStatus(String suiteId,
Collection<ExecutionStatus> statusList)
retrieve all the extenders of executions which status is one of the supplied status, for a given AutomatedSuite |
Collection<AutomatedExecutionExtender> |
findAllRunningExtenders(String suiteId)
retrieve all the extenders of executions currently being run by their test automation servers, for a given AutomatedSuite |
Collection<AutomatedExecutionExtender> |
findAllWaitingExtenders(String suiteId)
retrieve all the extenders of executions currently waiting to be run by their test automation servers, for a given AutomatedSuite |
AutomatedSuite |
findById(String id)
|
AutomatedSuite |
initDetachedSuite(String suiteId)
Given the id of an AutomatedSuite, returns a detached instance with all dependencies initialized : AutomatedExecutionExtender, AutomatedTest, TestAutomationProject and TestAutomationServer. |
| Method Detail |
|---|
AutomatedSuite createNewSuite()
AutomatedSuite findById(String id)
List<AutomatedSuite> findAll()
List<AutomatedSuite> findAllById(Collection<String> ids)
Collection<AutomatedExecutionExtender> findAllExtenders(String suiteId)
AutomatedExecutionExtender that this suite is bound to.
id -
Collection<AutomatedExecutionExtender> findAllWaitingExtenders(String suiteId)
AutomatedSuite
id -
Collection<AutomatedExecutionExtender> findAllRunningExtenders(String suiteId)
AutomatedSuite
id -
Collection<AutomatedExecutionExtender> findAllCompletedExtenders(String suiteId)
AutomatedSuite
id -
Collection<AutomatedExecutionExtender> findAllExtendersByStatus(String suiteId,
Collection<ExecutionStatus> statusList)
AutomatedSuite
id -
AutomatedSuite initDetachedSuite(String suiteId)
Given the id of an AutomatedSuite, returns a detached instance with all dependencies initialized :
AutomatedExecutionExtender, AutomatedTest, TestAutomationProject and TestAutomationServer.
suiteToInit -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||