public enum RunConfiguration.TraceMode
| Enum constant | Description |
|---|---|
OFF |
|
ON |
|
ON_ALL_RETRIES |
|
ON_FAILURE |
|
ON_FIRST_FAILURE |
|
ON_FIRST_RETRY |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static TraceMode |
fromString(String raw) |
|
public String |
toCliValue() |