| Modifier and Type | Method and Description |
|---|---|
protected GraphItem |
DependencyBasedGeneratorMojo.buildGraphMapAndReturnRootItemForProject() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GraphItem> |
DependencyBasedGeneratorMojo.getGraphItemMap() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,GraphItem> |
AbstractDiagramExplorer.graphItemMap |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDiagramExplorer.execute(GraphItem rootItem) |
void |
DiagramExporter.execute(GraphItem rootItem) |
protected void |
MermaidDiagramExporter.printGraphData(GraphItem rootItem,
FileWriter writer)
Deprecated.
|
protected void |
VisDiagramExporter.printGraphData(GraphItem rootItem,
FileWriter writer) |
protected abstract void |
AbstractDiagramExplorer.printGraphData(GraphItem rootItem,
FileWriter writer) |
| Constructor and Description |
|---|
AbstractDiagramExplorer(Map<String,GraphItem> graphItemMap,
File outputDirectory) |
MermaidDiagramExporter(Map<String,GraphItem> graphItemMap,
File outputDirectory)
Deprecated.
|
VisDiagramExporter(Map<String,GraphItem> graphItemMap,
File outputDirectory) |
| Modifier and Type | Method and Description |
|---|---|
GraphItemJson |
GraphItemToJsonConverter.convertFrom(GraphItem graphItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDependenciesMetadataJsonBuilder.evolve(Collection<GraphItem> graphItems) |
| Modifier and Type | Field and Description |
|---|---|
Set<GraphItem> |
GraphItem.dependsOn |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphItem.addDependency(GraphItem otherGraphItem) |
boolean |
GraphItem.isItemMyModule(GraphItem graphItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphItem.mergeDependencies(Set<GraphItem> otherDependencies) |
Copyright © 2019 Atlassian. All rights reserved.