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 ImmutableGraphCreates an immutable copy of aGraphvalue.final ImmutableGraphImmutableGraph.withEdges(Collection<Edge> value) Copy the current immutable object by setting a value for theedgesattribute.final ImmutableGraphImmutableGraph.withIncomplete(boolean value) Copy the current immutable object by setting a present value for the optionalincompleteattribute.final ImmutableGraphImmutableGraph.withIncomplete(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theincompleteattribute.final ImmutableGraphImmutableGraph.withNodes(Collection<Node> value) Copy the current immutable object by setting a value for thenodesattribute.