| Package | Description |
|---|---|
| org.alfresco.bm.common | |
| org.alfresco.bm.common.mongo | |
| org.alfresco.bm.common.util.exception |
| Modifier and Type | Method and Description |
|---|---|
TestRunState |
TestServiceImpl.getTestRunState(String test,
String run) |
TestRunState |
TestService.getTestRunState(String test,
String run)
Retrieve the precise run state for the given test run
|
TestRunState |
TestRunState.transition(TestRunState next)
Checks that a transition is allowed
|
static TestRunState |
TestRunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunState[] |
TestRunState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestRunState |
TestRunState.transition(TestRunState next)
Checks that a transition is allowed
|
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBCursor |
MongoTestDAO.getTestRuns(String test,
int skip,
int count,
TestRunState... testRunStates) |
boolean |
MongoTestDAO.updateTestRunState(org.bson.types.ObjectId runId,
int version,
TestRunState testRunState,
Long scheduled,
Long started,
Long stopped,
Long completed,
Long duration,
Double progress,
Long resultsSuccess,
Long resultsFail)
Update the run state of a test run.
|
| Modifier and Type | Method and Description |
|---|---|
TestRunState |
RunStateException.getNewState() |
TestRunState |
RunStateException.getPreviousState() |
| Constructor and Description |
|---|
RunStateException(String test,
String run,
TestRunState previousState,
TestRunState newState) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.