Label: custom

All content with label custom.
Related Labels: point , metric , runner , run , statistics , trigger , system , add , tab , plugin , date , build , status , changes , artifact , chart , authentication , notifier , property , more »

Build Result Tabs (TeamCity 4.x Documentation)
Build Result Tabs Create subclass of ViewLogTab and attach it to the web place: WebControllerManager.addPageExtension(WebPlace.VIEWLOGTAB
Build Script Interaction with TeamCity (TeamCity 4.x Documentation)
Build Script Interaction with TeamCity If TeamCity doesn't support your testing framework or build runner out of the box, it is still possible to reap the many of benefits that TeamCity provides by customizing your build scripts to interact with the TeamCity server. This makes a wide ...
Changes tab (TeamCity 4.x Documentation)
Changes tab appears on the Build Results page and shows the list of changes included in build. The header of each entry contains the following information: !BuildChangesTab.png! By default, the headers are collapsed. Being expanded, each entry shows: VCS comment. Besides textual ...
Custom Build Runner (TeamCity 4.x Documentation)
Writing a Custom Build Runner Agentside Part Implement jetbrains.buildServer.agent.BuildRunner interface (you may also extend GenericProgramRunner or even JavaProgramRunner helpers for this). To log your messages, you may obtain instance of ServerLogger singleton (you may also use ...
Custom Chart (TeamCity 4.x Documentation)
page is preliminary and subject to change. Overview In TeamCity, it is possible to configure a build script to report statistical build data (build metrics) and then display the data on charts. To display a custom chart you will need to configure #Reporting Custom Charts Data your ...
Custom Statistics (TeamCity 4.x Documentation)
TeamCity provides number of ways to customize statistics. You can add your own custom metrics to integrate your tools/processes, insert any stats chart/report into any extension place, etc. Quick Start TODO: how ...
Custom User Authentication (TeamCity 4.x Documentation)
Custom User Authentication Custom authentication API is based on Sun JAAS API. To provide your own authentication scheme, you should provide a login module class which must implement interface javax.security.auth.spi.LoginModule and register it in the jetbrains.buildServer.serverSide.auth.LoginConfiguration. For example: public ...
Including Third-Party Reports in the Build Results (TeamCity 4.x Documentation)
TeamCity can be extended with a custom tab to include information provided by thirdparty reporting tools. If your reporting tool produces a report in HTML format, you can add a new tab to the build results page which will show the report. To do ...
Run Custom Build Dialog (TeamCity 4.x Documentation)
open the dialog: Click ellipsis on the Run button Click the Run build with these changes link on the Changes tab of the build results page build results home page To create history builds, TeamCity always uses the VCS roots and settings that are now ...
Typical Plugins (TeamCity 4.x Documentation)
section is preliminary and a subject to change. This section covers: Build Result Tabs Custom Build Runner Custom Build Number Custom Notifiers Custom User Authentication Custom VCS