in buildChainExport-server/src/main/java/org/jetbrains/teamcity/buildChainExport/controllers/ExportChainController.java [29:38]
public ExportChainController(@NotNull BuildPromotionManager buildPromotionManager,
@NotNull WebControllerManager webControllerManager,
@NotNull ProjectManager projectManager) {
myBuildPromotionManager = buildPromotionManager;
myProjectManager = projectManager;
webControllerManager.registerController("/exportBuildChain.html", this);
myFormats.put("dot", new DotFormat());
myFormats.put("gml", new GmlFormat());
}