public class DotStringGenerator extends AbstractDotStringGenerator
subProjectColor
DEP_COMPARATOR, edges, graph, NODE_COMPARATOR, PROJECT_COMPARATOR, PROJECT_NAME_FUNCTION, projectsInDeps, standaloneProjects, subJobs
Constructor and Description |
---|
DotStringGenerator(DependencyGraph graph,
com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> projects2Subprojects) |
DotStringGenerator(jenkins.model.Jenkins jenkins,
DependencyGraph graph,
com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> projects2Subprojects) |
Modifier and Type | Method and Description |
---|---|
String |
generate()
Generates the graphviz code for the given projects and dependencies
|
cluster, escapeString
public DotStringGenerator(jenkins.model.Jenkins jenkins, DependencyGraph graph, com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> projects2Subprojects)
public DotStringGenerator(DependencyGraph graph, com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> projects2Subprojects)
public String generate()
generate
in class AbstractGraphStringGenerator
Copyright © 2016–2020. All rights reserved.