TeamCity is a continuous integration server and build management tool that allows development teams to frequently integrate changes to the code base, routinely run distributed builds and tests, check and improve code quality.

TeamCity integration with Eclipse provides the following features:

  • Remote Run and Pre-Tested (Delayed) Commit for Subversion, Perforce, CVS and Git.
  • Customizing parameters for personal builds.
  • Monitoring the projects status in the IDE.
  • Exploring changes introduced in the source code and comparing the local version with the latest version in the project repository.
  • Navigating from build logs opened in Eclipse to files referenced in build log.
  • Viewing failed tests of a particular build.
  • Navigating to TeamCity web interface.
  • Starting investigation of a build failure.
  • Viewing server-provided code coverage results run on TeamCity using IDEA or EMMA code coverage engine: "Main Menu/TeamCity/Code Coverage Data...".
  • Comparing personal patch content with workspace resources.
  • Viewing compilation errors.
  • Downloading patch to IDE from the TeamCity server.
  • Shelving changes.
  • Re-running tests failed on the TeamCity agent locally.
  • Support for P4Eclipse 2009.2-2014.1 and Eclipse EGit 2.0.0+.