Overview
Post-processors are used to search for interesting information in captured artifacts. Such information includes features such as error and warning messages, as well as results of tests. When using a built-in project, you can configure artifacts and post-processors via the web interface.
Available Post-Processors
ant command output
The ant processor is used to process output from the Apache Ant
build tool. It searchs for build failure messages, and errors and warnings from the commonly-used javac task.
CppUnit XML report
The CppUnit processor is used to extract test results from CppUnit
XML reports. Applying this processor will integrate the test results into the build result.
JUnit XML report
The junit processor is used to extract test results from JUnit XML reports produced by the Ant JUnit task. It is able to process either individual reports (one per class) or combined reports. Applying this processor will integrate the test results into the build result.
JUnit summary
The junit-summary processor is used to detect test error and failure messages printed by the Ant JUnit task when printsummary is set to "on".
JUnitEE XML report
The junitee processor is used to extract test results from JUnitEE XML reports produced by the Ant JUnitEE task. It is able to process either individual reports (one per class) or combined reports. Applying this processor will integrate the test results into the build result.
make command output
The make processor is used to process output from the GNU make
build tool. It searches for make error messages and captures surrounding context.
maven command output
The maven processor is used to process output from the Apache Maven
build tool, version 1. It searches for maven error messages and captures surrounding context.
maven 2 command output
The maven2 processor is used to process output from the Apache Maven
build tool, version 2. It searches for maven 2 error messages and captures surrounding context.
OCUnit output
The ocunit processor is used to process the output produced by running OCUnit
test cases. Applying this processor will integrate the test results into the build result.
UnitTest++ XML report
The UnitTest++ processor is used to extract test results from UnitTest++
XML reports. Applying this processor will integrate the test results into the build result.
xcodebuild
The xcodebuild processor is used to process output from the Xcode
build tool. It searches for error and warning messages and captures surrounding context.