Class PropertyValuesConstants
- java.lang.Object
-
- com.testomatio.reporter.constants.PropertyValuesConstants
-
public class PropertyValuesConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BATCH_SIZEstatic StringDEFAULT_CONSOLE_STATEstatic intDEFAULT_FLUSH_INTERVAL_SECONDSstatic StringDEFAULT_LIG_LEVELstatic StringDEFAULT_LOG_FILEstatic StringDEFAULT_RUN_TITLEstatic StringDEFAULT_URL
-
Constructor Summary
Constructors Constructor Description PropertyValuesConstants()
-
-
-
Field Detail
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_FLUSH_INTERVAL_SECONDS
public static final int DEFAULT_FLUSH_INTERVAL_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_URL
public static final String DEFAULT_URL
- See Also:
- Constant Field Values
-
DEFAULT_RUN_TITLE
public static final String DEFAULT_RUN_TITLE
- See Also:
- Constant Field Values
-
DEFAULT_LIG_LEVEL
public static final String DEFAULT_LIG_LEVEL
- See Also:
- Constant Field Values
-
DEFAULT_LOG_FILE
public static final String DEFAULT_LOG_FILE
- See Also:
- Constant Field Values
-
DEFAULT_CONSOLE_STATE
public static final String DEFAULT_CONSOLE_STATE
- See Also:
- Constant Field Values
-
-