usage-statistics-impl/src/jetbrains/buildServer/usageStatistics/impl/providers/BuildFailureConditionUsageStatisticsProvider.java [34:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    });
  }

  @NotNull
  @Override
  protected String getExtensionType(@NotNull final SBuildFeatureDescriptor featureDescriptor) {
    return featureDescriptor.getBuildFeature().getType();
  }

  @NotNull
  @Override
  protected String getExtensionDisplayName(@NotNull final SBuildFeatureDescriptor featureDescriptor, @NotNull final String extensionType) {
    return featureDescriptor.getBuildFeature().getDisplayName();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



usage-statistics-impl/src/jetbrains/buildServer/usageStatistics/impl/providers/BuildFeatureUsageStatisticsProvider.java [34:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    });
  }

  @NotNull
  @Override
  protected String getExtensionType(@NotNull final SBuildFeatureDescriptor featureDescriptor) {
    return featureDescriptor.getBuildFeature().getType();
  }

  @NotNull
  @Override
  protected String getExtensionDisplayName(@NotNull final SBuildFeatureDescriptor featureDescriptor, @NotNull final String extensionType) {
    return featureDescriptor.getBuildFeature().getDisplayName();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



