public BuildTypeExtension()

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


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