| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.graph | |
| com.atlassian.plugin.webresource.impl.config |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraph<Requestable> |
DependencyGraphBuilder.build() |
DependencyGraph<V> |
DependencyGraph.findCyclicSubGraphByVertex(V sourceKey)
Identify all the cycles contained inside the graph.
|
DependencyGraph<V> |
DependencyGraph.findDependantsSubGraphByKey(V sourceKey)
Retrieve a sub graph of dependants based on a certain source requestable key.
|
DependencyGraph<V> |
DependencyGraph.findDependencySubGraphByRequestableKey(V sourceKey)
Retrieve a sub graph of dependency based on a certain source requestable key.
|
DependencyGraph<V> |
DependencyGraph.findIntersectionSubGraph(V sourceKey,
V targetKey)
Find the intersection between two sub-graphs generated based on a source requestable key and target requestable key.
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyGraph<Requestable> |
Config.getDependencyGraph() |
Copyright © 2024 Atlassian. All rights reserved.