| Modifier and Type | Method and Description |
|---|---|
static ReportingConfiguration.Level |
ReportingConfiguration.Level.fromValue(String value) |
ReportingConfiguration.Level |
ReportingConfiguration.getLevel()
Specifies the failure level for the report.
|
static ReportingConfiguration.Level |
ReportingConfiguration.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingConfiguration.Level[] |
ReportingConfiguration.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportingConfiguration.setLevel(ReportingConfiguration.Level level)
Specifies the failure level for the report.
|
ReportingConfiguration |
ReportingConfiguration.withLevel(ReportingConfiguration.Level level) |
Copyright © 2020 Contrast Security. All rights reserved.