in testDuration-server/src/main/java/org/jetbrains/teamcity/testDuration/BuildProblemRenderer.java [17:23]
public BuildProblemRenderer(@NotNull BuildsManager buildsManager,
@NotNull WebControllerManager manager,
@NotNull PluginDescriptor descriptor) {
super(manager, PlaceId.BUILD_RESULTS_BUILD_PROBLEM, descriptor.getPluginName(), descriptor.getPluginResourcesPath("testSlowdown.jsp"));
register();
myBuildsManager = buildsManager;
}