public BuildResultsExtension()

in buildChainExport-server/src/main/java/org/jetbrains/teamcity/buildChainExport/controllers/BuildResultsExtension.java [12:19]


  public BuildResultsExtension(@NotNull PagePlaces pagePlaces, @NotNull PluginDescriptor pluginDescriptor) {
    super(pagePlaces);
    setIncludeUrl(pluginDescriptor.getPluginResourcesPath("buildResults.jsp"));
    // TODO use constant when TeamCity 2021.1 is released
    setPlaceId(new PlaceId("BUILD_ACTIONS"));
    setPluginName(pluginDescriptor.getPluginName());
    register();
  }