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 StringBUILD_SUMMARY_REPORT_PATHstatic StringDIV_CLOSEstatic StringDUMMY_INVALID_IAC_FILEstatic StringINDENT_CLASS_DIVstatic StringKEY_CLASS_DIVstatic StringPLUGIN_ERROR_REPORT_PATHstatic StringREPORT_CLOSE_HTMLstatic StringREPORT_OPEN_HTMLstatic StringSTYLES_CSS_PATHstatic StringVALUE_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
-
-