Uses of Class
com.riadalabs.jira.plugins.insight.services.model.graph.ImmutableGraph
Packages that use ImmutableGraph
-
Uses of ImmutableGraph in com.riadalabs.jira.plugins.insight.services.model.graph
Methods in com.riadalabs.jira.plugins.insight.services.model.graph that return ImmutableGraphModifier and TypeMethodDescriptionImmutableGraph.Builder.build()
Builds a newImmutableGraph
.static ImmutableGraph
Creates an immutable copy of aGraph
value.final ImmutableGraph
ImmutableGraph.withEdges
(Collection<Edge> value) Copy the current immutable object by setting a value for theedges
attribute.final ImmutableGraph
ImmutableGraph.withIncomplete
(boolean value) Copy the current immutable object by setting a present value for the optionalincomplete
attribute.final ImmutableGraph
ImmutableGraph.withIncomplete
(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theincomplete
attribute.final ImmutableGraph
ImmutableGraph.withNodes
(Collection<Node> value) Copy the current immutable object by setting a value for thenodes
attribute.