protected void accept()

in usage-statistics-impl/src/jetbrains/buildServer/usageStatistics/impl/providers/ServerConfigurationUsageStatisticsProvider.java [67:83]


  protected void accept(@NotNull final UsageStatisticsPublisher publisher, @NotNull final UsageStatisticsPresentationManager presentationManager) {
    publishServerId(publisher, presentationManager);
    publishAuthModules(publisher, presentationManager);
    publishTCVersion(publisher, presentationManager);
    publishServerDistributionType(publisher, presentationManager);

    if (!TeamCityCloud.isCloud()) {
      publishServerStartData(publisher, presentationManager);
      publishPlatform(publisher, presentationManager);
      publishDatabaseInfo(publisher, presentationManager);
      publishJavaInfo(publisher, presentationManager);
      publishXmx(publisher, presentationManager);
      publishLicenseTypeAndMode(publisher, presentationManager);
      publishAgentLicenses(publisher, presentationManager);
      publishUpgradesCount(publisher, presentationManager);
    }
  }