Uses of Class
hudson.util.CyclicGraphDetector.CycleDetectedException
-
Packages that use CyclicGraphDetector.CycleDetectedException Package Description hudson.util Other miscellaneous utility code -
-
Uses of CyclicGraphDetector.CycleDetectedException in hudson.util
Methods in hudson.util that throw CyclicGraphDetector.CycleDetectedException Modifier and Type Method Description protected void
CyclicGraphDetector. reactOnCycle(N q, List<N> cycle)
React on detected cycles - default implementation throws an exception.void
CyclicGraphDetector. run(Iterable<? extends N> allNodes)
-