| Modifier and Type | Method and Description |
|---|---|
RunResult.OutcomeStatus |
RunResult.getOutcomeStatus()
Returns overall scenario outcome status.
|
RunResult.OutcomeStatus |
RunResult.getOutcomeStatus(com.businessobjects.lcm.utilities.BIResource resource)
Returns outcome status for given resource.
|
static RunResult.OutcomeStatus |
RunResult.OutcomeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunResult.OutcomeStatus[] |
RunResult.OutcomeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|