| Modifier and Type | Method and Description |
|---|---|
static Result.BaselineState |
Result.BaselineState.fromValue(String value) |
Result.BaselineState |
Result.getBaselineState()
The state of a result relative to a baseline of a previous run.
|
static Result.BaselineState |
Result.BaselineState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.BaselineState[] |
Result.BaselineState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setBaselineState(Result.BaselineState baselineState)
The state of a result relative to a baseline of a previous run.
|
Result |
Result.withBaselineState(Result.BaselineState baselineState) |
Copyright © 2020 Contrast Security. All rights reserved.