Class ReportConstants
- java.lang.Object
-
- io.jenkins.plugins.google.analyze.code.security.commons.ReportConstants
-
public final class ReportConstants extends Object
ReportConstants provides constants for Report related operations.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_SUMMARY_REPORT_PATH
static String
DIV_CLOSE
static String
DUMMY_INVALID_IAC_FILE
static String
INDENT_CLASS_DIV
static String
KEY_CLASS_DIV
static String
PLUGIN_ERROR_REPORT_PATH
static String
REPORT_CLOSE_HTML
static String
REPORT_OPEN_HTML
static String
STYLES_CSS_PATH
static String
VALUE_CLASS_DIV
-
-
-
Field Detail
-
BUILD_SUMMARY_REPORT_PATH
public static final String BUILD_SUMMARY_REPORT_PATH
- See Also:
- Constant Field Values
-
PLUGIN_ERROR_REPORT_PATH
public static final String PLUGIN_ERROR_REPORT_PATH
- See Also:
- Constant Field Values
-
STYLES_CSS_PATH
public static final String STYLES_CSS_PATH
- See Also:
- Constant Field Values
-
DUMMY_INVALID_IAC_FILE
public static final String DUMMY_INVALID_IAC_FILE
- See Also:
- Constant Field Values
-
INDENT_CLASS_DIV
public static final String INDENT_CLASS_DIV
- See Also:
- Constant Field Values
-
DIV_CLOSE
public static final String DIV_CLOSE
- See Also:
- Constant Field Values
-
KEY_CLASS_DIV
public static final String KEY_CLASS_DIV
- See Also:
- Constant Field Values
-
VALUE_CLASS_DIV
public static final String VALUE_CLASS_DIV
- See Also:
- Constant Field Values
-
REPORT_OPEN_HTML
public static final String REPORT_OPEN_HTML
- See Also:
- Constant Field Values
-
REPORT_CLOSE_HTML
public static final String REPORT_CLOSE_HTML
- See Also:
- Constant Field Values
-
-