Class ExceptionMessages
- java.lang.Object
-
- io.jenkins.plugins.synopsys.security.scan.global.ExceptionMessages
-
public class ExceptionMessages extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NULL_WORKSPACE
-
Constructor Summary
Constructors Constructor Description ExceptionMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getErrorMessage(int exitCode, String undefinedErrorMessage)
static Map<Integer,String>
getExitCodeToMessageMap()
-
-
-
Field Detail
-
NULL_WORKSPACE
public static final String NULL_WORKSPACE
- See Also:
- Constant Field Values
-
-