Label: plugin

Content with label plugin in TeamCity 4.x Documentation (See content from all spaces)
Related Labels: notifier, extending, vcs, agent, tool, server, ant, extend, chart, tab, visual, delayed, interface, packaging, commit, studio, https, deployment, graph, more »

Page: Agent-Side Extensions
page is obsolete and has been removed from the main TeamCity 4.x documentation space. Please refer to the Extending TeamCity section, and to the Agentside Object Model page in particular. Currently, there are two ways to extend a Build Agent: Write a custom build ...
Other labels: agent, extending, ant, deployment
Page: Build Result Tabs
page is obsolete and has been moved from the main TeamCity 4.x documentation space. Please refer to the Extending TeamCity section. Build Result Tabs Create subclass of ViewLogTab and attach it to the web place: WebControllerManager.addPageExtension(WebPlace.VIEWLOGTAB
Other labels: custom, build, result, tab
Page: Custom Build Runner
page is obsolete and has been moved from the main TeamCity 4.x documentation space. Please refer to the Extending TeamCity section and the Build Runner Plugin page, in particular. Writing a Custom Build Runner Agentside Part Implement jetbrains.buildServer.agent.BuildRunner interface ...
Other labels: custom, build, runner
Page: Custom Notifier
Custom notifier must implement interface and register implementation in the . When a notifier is registered, it can provide information about additional properties that must be filled in by the user. To obtain values of these properties, use the following code: String value = user.getPropertyValue(new NotificatorPropertyKey ...
Other labels: custom, notifier
Page: Custom User Authentication
page is obsolete and has been removed from the main TeamCity documentation space. Please refer to Developing TeamCity Plugins section and to the Custom Authentication Module page, in particular. Custom User Authentication Custom authentication API is based on Sun JAAS ...
Other labels: custom, user, authentication
Page: Developing TeamCity Plugins
TeamCity functionality can be significantly extended by a custom plugin. A plugin is written in Java and has access to internal entities of the TeamCity server. Aside from this documentation, please refer to the following sources: Open API Javadoc http://javadoc.jetbrains.net/teamcity/openapi ...
Page: Eclipse Plugin
Installing the Plugin Subclipse http://subclipse.tigris.org/ or Subversive (incubation) http://www.eclipse.org/projects/projectsummary.php?projectid=technology.sub versive plugins: to enable Remote Run and Pretested Commit PreTested (Delayed) Commit for the Subversion Version Control System. Subversion 1.6 is only supported ...
Other labels: tool, eclipse
Page: Installing Tools
TeamCity has a number of addons that provide seamless integration with various IDEs and greatly extend their capabilities with features like Personal build and Pretested (delayed) commit
Other labels: tool, eclipse, idea, visual, studio, notifier, tray, delayed
Page: IntelliJ IDEA Plugin
TeamCity integration with IntelliJ IDEA provides the following features: Remote run and Pretested (delayed) commit to CVS, Perforce and Subversion, possibility to review the code duplicates, analyzing the results of remote code inspections, monitoring the status of particular projects and build configurations ...
Other labels: tool, idea
Page: Server-Side Extensions
page is obsolete and has been removed from the main TeamCity documentation space. Please refer to Serverside Object Model page. Serverside plugins are delivered as a set of jar files, one of which contains the plugin descriptor file. Such plugins can ...
Other labels: server, extend