Interface BuildProblemTypesEx

    • Field Detail

      • 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_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