| Package | Description |
|---|---|
| org.alfresco.bm.common |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
TestServiceImpl.getTestMetadata(String test) |
com.mongodb.DBObject |
TestService.getTestMetadata(String test)
Get the complete metadata for a test
|
com.mongodb.DBObject |
TestServiceImpl.getTestRunMetadata(String test,
String run) |
com.mongodb.DBObject |
TestService.getTestRunMetadata(String test,
String run)
Get the complete metadata for a test run
|
TestRunState |
TestServiceImpl.getTestRunState(String test,
String run) |
TestRunState |
TestService.getTestRunState(String test,
String run)
Retrieve the precise run state for the given test run
|
void |
TestServiceImpl.scheduleTestRun(String test,
String run,
int version,
long scheduled) |
void |
TestService.scheduleTestRun(String test,
String run,
int version,
long scheduled)
Schedule a test run.
|
void |
TestServiceImpl.terminateTestRun(String test,
String run) |
void |
TestService.terminateTestRun(String test,
String run)
Terminate a test run.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.