Package | Description |
---|---|
hudson.plugins.depgraph_view.model.display |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDotStringGenerator
Base class for generating dot representations of the graph.
|
class |
DotStringGenerator
Generates a dot string representation of the graph
|
class |
JsonStringGenerator
Generates a Json representation of the graph
|
class |
LegendDotStringGenerator
Generates the legend in dot format.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractGraphStringGenerator |
GeneratorFactory.newGenerator(DependencyGraph graph,
com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> subprojects) |
AbstractGraphStringGenerator |
DotGeneratorFactory.newGenerator(DependencyGraph graph,
com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> subprojects) |
AbstractGraphStringGenerator |
JsonGeneratorFactory.newGenerator(DependencyGraph graph,
com.google.common.collect.ListMultimap<ProjectNode,ProjectNode> subprojects) |
abstract AbstractGraphStringGenerator |
GeneratorFactory.newLegendGenerator() |
AbstractGraphStringGenerator |
DotGeneratorFactory.newLegendGenerator() |
AbstractGraphStringGenerator |
JsonGeneratorFactory.newLegendGenerator() |
Copyright © 2016–2020. All rights reserved.