Package jetbrains.buildServer.problems
Interface BuildProblemTypesEx
-
- All Superinterfaces:
BuildProblemTypes
public interface BuildProblemTypesEx extends BuildProblemTypes
List of TeamCity reserved build problem types- Since:
- 8.0
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
CRITICAL
static String
TC_ADD_MSG_TYPE
TeamCity build problem which represents exception during processing build messages from agentstatic String
TC_BUILD_EXCEPTION_TYPE
TeamCity build problem which represents exception during the build on agentstatic String
TC_BUILD_FAILURE_TYPE
TeamCity build problem received from BuildFailureDescription messagestatic String
TC_BUILD_STATUS_TYPE
TeamCity ##teamcity[buildStatus status='FAILURE'...] build problemstatic String
TC_CONVERTED_TYPE
TeamCity converted build problem.static String
TC_DETACHED_BUILD_STATUS_UPDATE_FAILURE
TeamCity build problem which represents exception during updating detached build on server by callingDetachedBuildStatusProvider
static String
TC_FEW_PASSED_TESTS_TYPE
TeamCity too few passed tests build problemstatic String
TC_FEW_TESTS_TYPE
TeamCity too few tests build problemstatic String
TC_SERVICE_MESSAGE_TYPE
TeamCity build problem received ##teamcity[buildProblem...] service messagestatic String
TC_UNKNOWN_TYPE
TeamCity unknown build problemstatic String
TC_XML_STATUS_TYPE
TeamCity build problem reported from teamcity-info.xml-
Fields inherited from interface jetbrains.buildServer.BuildProblemTypes
TC_BUILD_REVISION_NOT_FOUND, TC_COMPILATION_ERROR_TYPE, TC_ERROR_MESSAGE_TYPE, TC_EXECUTION_TIMEOUT_TYPE, TC_EXIT_CODE_TYPE, TC_FAILED_TESTS_TYPE, TC_JVM_CRASH_TYPE, TC_OOME_TYPE, TC_USER_PROVIDED_TYPE
-
-
-
-
Field Detail
-
TC_UNKNOWN_TYPE
static final String TC_UNKNOWN_TYPE
TeamCity unknown build problem- See Also:
- Constant Field Values
-
TC_FEW_PASSED_TESTS_TYPE
static final String TC_FEW_PASSED_TESTS_TYPE
TeamCity too few passed tests build problem- See Also:
- Constant Field Values
-
TC_FEW_TESTS_TYPE
static final String TC_FEW_TESTS_TYPE
TeamCity too few tests build problem- See Also:
- Constant Field Values
-
TC_BUILD_STATUS_TYPE
static final String TC_BUILD_STATUS_TYPE
TeamCity ##teamcity[buildStatus status='FAILURE'...] build problem- See Also:
- Constant Field Values
-
TC_CONVERTED_TYPE
static final String TC_CONVERTED_TYPE
TeamCity converted build problem. Generated by converter to mark builds from prev TeamCity versions as failed. Note that the constant is also used in jetbrains.buildServer.serverSide.versioning.converters.AddBuildProblemToFailedBuildsConverter, do not change it- See Also:
- Constant Field Values
-
TC_BUILD_FAILURE_TYPE
static final String TC_BUILD_FAILURE_TYPE
TeamCity build problem received from BuildFailureDescription message- See Also:
- Constant Field Values
-
TC_SERVICE_MESSAGE_TYPE
static final String TC_SERVICE_MESSAGE_TYPE
TeamCity build problem received ##teamcity[buildProblem...] service message- See Also:
- Constant Field Values
-
TC_XML_STATUS_TYPE
static final String TC_XML_STATUS_TYPE
TeamCity build problem reported from teamcity-info.xml- See Also:
- Constant Field Values
-
TC_BUILD_EXCEPTION_TYPE
static final String TC_BUILD_EXCEPTION_TYPE
TeamCity build problem which represents exception during the build on agent- See Also:
- Constant Field Values
-
TC_ADD_MSG_TYPE
static final String TC_ADD_MSG_TYPE
TeamCity build problem which represents exception during processing build messages from agent- See Also:
- Constant Field Values
-
TC_DETACHED_BUILD_STATUS_UPDATE_FAILURE
static final String TC_DETACHED_BUILD_STATUS_UPDATE_FAILURE
TeamCity build problem which represents exception during updating detached build on server by callingDetachedBuildStatusProvider
- See Also:
- Constant Field Values
-
-