Class BridgeParams
- java.lang.Object
-
- io.jenkins.plugins.synopsys.security.scan.global.BridgeParams
-
public class BridgeParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLACKDUCK_STAGE
static String
COVERITY_STAGE
static String
DIAGNOSTICS_OPTION
static String
INPUT_OPTION
static String
POLARIS_STAGE
static String
SRM_STAGE
static String
STAGE_OPTION
-
Constructor Summary
Constructors Constructor Description BridgeParams()
-
-
-
Field Detail
-
STAGE_OPTION
public static final String STAGE_OPTION
- See Also:
- Constant Field Values
-
INPUT_OPTION
public static final String INPUT_OPTION
- See Also:
- Constant Field Values
-
DIAGNOSTICS_OPTION
public static final String DIAGNOSTICS_OPTION
- See Also:
- Constant Field Values
-
BLACKDUCK_STAGE
public static final String BLACKDUCK_STAGE
- See Also:
- Constant Field Values
-
POLARIS_STAGE
public static final String POLARIS_STAGE
- See Also:
- Constant Field Values
-
COVERITY_STAGE
public static final String COVERITY_STAGE
- See Also:
- Constant Field Values
-
SRM_STAGE
public static final String SRM_STAGE
- See Also:
- Constant Field Values
-
-