public final class StepLoggingMethod
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static StepLoggingMethod | 
ALWAYS_KEEP_LOG
Keep log after step execution. 
 | 
static StepLoggingMethod | 
ALWAYS_REMOVE_LOG
Remove log after execution. 
 | 
static StepLoggingMethod | 
KEEP_LOG_ON_ERROR
Keep step log only if error occurred. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StepLoggingMethod | 
valueOf(java.lang.String name)  | 
static StepLoggingMethod[] | 
values()  | 
public static final StepLoggingMethod ALWAYS_KEEP_LOG
public static final StepLoggingMethod KEEP_LOG_ON_ERROR
public static final StepLoggingMethod ALWAYS_REMOVE_LOG
public static StepLoggingMethod[] values()
public static StepLoggingMethod valueOf(java.lang.String name)