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>CRITICALstatic StringTC_ADD_MSG_TYPETeamCity build problem which represents exception during processing build messages from agentstatic StringTC_BUILD_EXCEPTION_TYPETeamCity build problem which represents exception during the build on agentstatic StringTC_BUILD_FAILURE_TYPETeamCity build problem received from BuildFailureDescription messagestatic StringTC_BUILD_STATUS_TYPETeamCity ##teamcity[buildStatus status='FAILURE'...] build problemstatic StringTC_CONVERTED_TYPETeamCity converted build problem.static StringTC_DETACHED_BUILD_STATUS_UPDATE_FAILURETeamCity build problem which represents exception during updating detached build on server by callingDetachedBuildStatusProviderstatic StringTC_FEW_PASSED_TESTS_TYPETeamCity too few passed tests build problemstatic StringTC_FEW_TESTS_TYPETeamCity too few tests build problemstatic StringTC_SERVICE_MESSAGE_TYPETeamCity build problem received ##teamcity[buildProblem...] service messagestatic StringTC_UNKNOWN_TYPETeamCity unknown build problemstatic StringTC_XML_STATUS_TYPETeamCity 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
-
-