Package com.epam.reportportal.utils
Class CommonConstants
- java.lang.Object
-
- com.epam.reportportal.utils.CommonConstants
-
public class CommonConstants extends java.lang.ObjectCommon constants used across the ReportPortal client.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_TRUNCATE_REPLACEMENTstatic intKILOBYTESstatic intMEGABYTESstatic intTEN_MEGABYTES
-
-
-
Field Detail
-
KILOBYTES
public static final int KILOBYTES
-
MEGABYTES
public static final int MEGABYTES
-
TEN_MEGABYTES
public static final int TEN_MEGABYTES
-
DEFAULT_TRUNCATE_REPLACEMENT
public static final java.lang.String DEFAULT_TRUNCATE_REPLACEMENT
- See Also:
- Constant Field Values
-
-