Hi,
Is there an API for reading build statistics like code coverage, build duration, etc. from TeamCity 7.x?
Is this exposed through a web-api (REST web-service)? If not, is there any way to access these statistics from C# .Net code?
I am interested in the following statistics:
1. Number of unit tests for a configuration over a period
2. Number of builds per day for a configuration over a period
3. Build duration over a period
I know that these are available as graphs in Teamcity but we need to pull this data into custom Dashboard.
Thanks