| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.graph |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGraph |
ImmutableGraph.Builder.build()
Builds a new
ImmutableGraph. |
static ImmutableGraph |
ImmutableGraph.copyOf(Graph instance)
Creates an immutable copy of a
Graph value. |
ImmutableGraph |
ImmutableGraph.withEdges(Collection<Edge> value)
Copy the current immutable object by setting a value for the
edges attribute. |
ImmutableGraph |
ImmutableGraph.withNodes(Collection<Node> value)
Copy the current immutable object by setting a value for the
nodes attribute. |
Copyright © 2023 Atlassian. All rights reserved.