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.withIncomplete(boolean value)
Copy the current immutable object by setting a present value for the optional
incomplete attribute. |
ImmutableGraph |
ImmutableGraph.withIncomplete(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
incomplete attribute. |
ImmutableGraph |
ImmutableGraph.withNodes(Collection<Node> value)
Copy the current immutable object by setting a value for the
nodes attribute. |
Copyright © 2024 Atlassian. All rights reserved.