| You are viewing documentation of TeamCity 3.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
Documentation Index
|
Plugin API FAQWhat are basic entry points for TeamCity API?See initial notes on Server Side Extensions and Typical Plugins pages. How to create hooks for build start/fail/success and other events?Implement BuildServerListener (or, better, extend BuildServerAdapter). How to label sources?For a finished build, you can label sources using the SFinishedBuild:setLabel call. |
Labels
(None)