private String nodeWithLabel()

in buildChainExport-server/src/main/java/org/jetbrains/teamcity/buildChainExport/formats/DotFormat.java [43:45]


  private String nodeWithLabel(@NotNull final GraphNode promotion) {
    return nodeId(promotion) + " [label=\"" + promotion.getName() + "\"];\n"; //todo: add escaping of quotes
  }