Class TeamCityInfoStatsProvider
- java.lang.Object
-
- jetbrains.buildServer.serverSide.teamCityInfo.TeamCityInfoStatsProvider
-
public class TeamCityInfoStatsProvider extends Object
This value type reads statictics from teamcity-info.xml file, published by a build. teamcity-info.xml file may contain the following content for this:<build> <statisticValue key="myKey" value="0.345"/> </build>
-
-
Constructor Summary
Constructors Constructor Description TeamCityInfoStatsProvider(BuildDataStorage storage, EventDispatcher<BuildServerListener> server, TeamCityInfoXmlAccessor accessor, ServerResponsibility serverResponsibility)
-
-
-
Constructor Detail
-
TeamCityInfoStatsProvider
public TeamCityInfoStatsProvider(@NotNull BuildDataStorage storage, @NotNull EventDispatcher<BuildServerListener> server, @NotNull TeamCityInfoXmlAccessor accessor, @NotNull ServerResponsibility serverResponsibility)
-
-