Package com.checkmarx.ast.wrapper
Class CxConstants
- java.lang.Object
-
- com.checkmarx.ast.wrapper.CxConstants
-
public final class CxConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGENTstatic StringBRANCHstatic StringFILE_FILTERstatic StringPROJECT_NAMEstatic StringSAST_PRESET_NAMEstatic StringSCAN_TYPESstatic StringSOURCEstatic StringVERBOSE
-
Constructor Summary
Constructors Constructor Description CxConstants()
-
-
-
Field Detail
-
SOURCE
public static final String SOURCE
- See Also:
- Constant Field Values
-
VERBOSE
public static final String VERBOSE
- See Also:
- Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
- See Also:
- Constant Field Values
-
SCAN_TYPES
public static final String SCAN_TYPES
- See Also:
- Constant Field Values
-
SAST_PRESET_NAME
public static final String SAST_PRESET_NAME
- See Also:
- Constant Field Values
-
FILE_FILTER
public static final String FILE_FILTER
- See Also:
- Constant Field Values
-
AGENT
public static final String AGENT
- See Also:
- Constant Field Values
-
BRANCH
public static final String BRANCH
- See Also:
- Constant Field Values
-
-