in server/src/jetbrains/buildServer/serverSide/priority/controllers/AttachBuildTypesController.java [40:50]
public AttachBuildTypesController(@NotNull final SBuildServer server,
@NotNull final PriorityClassManager pClassManager,
@NotNull final ProjectManager projectManager,
@NotNull final WebControllerManager controllerManager,
@NotNull final PluginDescriptor pluginDescriptor) {
super(server);
myPriorityClassManager = pClassManager;
myProjectManager = projectManager;
myPluginDescriptor = pluginDescriptor;
controllerManager.registerController(myPluginDescriptor.getPluginResourcesPath() + "attachConfigurationsDialog.html", this);
}