Package jetbrains.buildServer
Interface BuildProblemTypes
-
- All Known Subinterfaces:
BuildProblemTypesEx
- All Known Implementing Classes:
BuildProblemData,BuildProblemDataEx
public interface BuildProblemTypesList of TeamCity reserved build problem types- Since:
- 8.0.2
-
-
Field Summary
Fields Modifier and Type Field Description static StringTC_BUILD_REVISION_NOT_FOUNDBuild revision is not foundstatic StringTC_COMPILATION_ERROR_TYPETeamCity compilation error build problemstatic StringTC_ERROR_MESSAGE_TYPETeamCity error message logged build problemstatic StringTC_EXECUTION_TIMEOUT_TYPETeamCity execution timeout build problemstatic StringTC_EXIT_CODE_TYPETeamCity exit code build problemstatic StringTC_FAILED_TESTS_TYPETeamCity failed tests build problemstatic StringTC_JVM_CRASH_TYPETeamCity JVM crash build problemstatic StringTC_OOME_TYPETeamCity Java OutOfMemoryError build problemstatic StringTC_USER_PROVIDED_TYPETeamCity build problem provided by user
-
-
-
Field Detail
-
TC_EXIT_CODE_TYPE
static final String TC_EXIT_CODE_TYPE
TeamCity exit code build problem- See Also:
- Constant Field Values
-
TC_COMPILATION_ERROR_TYPE
static final String TC_COMPILATION_ERROR_TYPE
TeamCity compilation error build problem- See Also:
- Constant Field Values
-
TC_FAILED_TESTS_TYPE
static final String TC_FAILED_TESTS_TYPE
TeamCity failed tests build problem- See Also:
- Constant Field Values
-
TC_ERROR_MESSAGE_TYPE
static final String TC_ERROR_MESSAGE_TYPE
TeamCity error message logged build problem- See Also:
- Constant Field Values
-
TC_EXECUTION_TIMEOUT_TYPE
static final String TC_EXECUTION_TIMEOUT_TYPE
TeamCity execution timeout build problem- See Also:
- Constant Field Values
-
TC_JVM_CRASH_TYPE
static final String TC_JVM_CRASH_TYPE
TeamCity JVM crash build problem- See Also:
- Constant Field Values
-
TC_OOME_TYPE
static final String TC_OOME_TYPE
TeamCity Java OutOfMemoryError build problem- See Also:
- Constant Field Values
-
TC_USER_PROVIDED_TYPE
static final String TC_USER_PROVIDED_TYPE
TeamCity build problem provided by user- See Also:
- Constant Field Values
-
TC_BUILD_REVISION_NOT_FOUND
static final String TC_BUILD_REVISION_NOT_FOUND
Build revision is not found- See Also:
- Constant Field Values
-
-