Interface StandardSystemProblemTypes
-
public interface StandardSystemProblemTypes
Defines the standard set of system problem types- Since:
- 5.0
- See Also:
SystemProblem
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAVEN_ARTIFACT_TRIGGER_CONFIGURATION
static String
VCS_CONFIGURATION
-
-
-
Field Detail
-
MAVEN_ARTIFACT_TRIGGER_CONFIGURATION
static final String MAVEN_ARTIFACT_TRIGGER_CONFIGURATION
- See Also:
- Constant Field Values
-
VCS_CONFIGURATION
static final String VCS_CONFIGURATION
- See Also:
- Constant Field Values
-
-