Label: plugin

Content with label plugin in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: eclipse , extend , extending , agent , web , idea , vcs , vs , tool , server , teamcity

Agent Side Extensions
AgentSide Extensions Currently, there are two ways to extend build agent: # Write a custom build runner # Write an extension to AntRunner (for instance, to process custom tasks) Both approaches use similar way of plugin packaging and deployment (see below ...
Developing TeamCity Plugins
Developing TeamCity Plugins This is preliminary documentation and subject to change. TeamCity is a highly extendable system. You can add various plugins in different places, including, but not limited to: Custom notifiers Custom build triggers Custom build runners with possibility to view ...
Eclipse Plugin
Installing the TeamCity Plugin for Eclipse Make sure you have Subclipse plugin installed before installing TeamCity plugin. Otherwise, on installing Subclipse after TeamCity plugin, you may experience an "Unable to create view: org/tigris ...
IntelliJ IDEA Plugin
Installing the Plugin for IntelliJ IDEA Installing the Plugin from the Plugin Repository To install the TeamCity plugin for IntelliJ IDEA: # In IntelliJ IDEA, open the Settings dialog. Press (CtrlAltS) or choose (File \ Settings...) from the main menu. # Click the Plugin button ...
Server Side Extensions
ServerSide Extensions Serverside plugin organization and deployment To write a serverside plugin, you'll need to include jar libraries from {{<TeamCity web application>/WEBINF/lib}} directory to your classpath. Default TeamCity web application is "{{<TeamCity home>/webapps ...
Typical Plugins
Typical Plugins&nbsp; In this section: Custom build number #CustomBuildNumber Custom VCS #CustomVCS Custom Notifiers #CustomNotifiers Build Result Tabs #ViewBuildLogTabs Custom User Authentication #CustomUserAuthentication Writing Custom Build Runner #WritingCustomBuildRunner Agentside Part #AgentSidePart Serverside ...
Visual Studio Plugin
Visual Studio Plugin The TeamCity plugin for Microsoft Visual Studio 2005/2008 provides the following features: remote run (TFS and Subversion only) pretested commit (TFS and Subversion only) navigation to build results viewing failed NUnit/TFS unit ...
Web UI Extensions
Web UI Extensions Web resources (jsp, css, js, etc) should be placed into the plugin jar file under the path {{buildServerResources/}}. After that you should register this jar in the WebResourcesManager. This should be done while Spring is creating objects (i.e. ...