-
- All Implemented Interfaces:
-
com.netflix.spinnaker.orca.api.pipeline.graph.TaskNode,java.lang.Iterable
class TaskNode.TaskGraph implements TaskNode, Iterable<TaskNode>
A graph or sub-graph of tasks.
-
-
Field Summary
Fields Modifier and Type Field Description private final TaskNode.GraphTypetype
-
Constructor Summary
Constructors Constructor Description TaskGraph(TaskNode.GraphType type, List<TaskNode> graph)
-
Method Summary
Modifier and Type Method Description Iterator<TaskNode>iterator()ListIterator<TaskNode>listIterator()booleanisEmpty()TaskNode.GraphTypegetType()-
Methods inherited from class com.netflix.spinnaker.orca.api.pipeline.graph.TaskNode
Builder, build, emptyGraph, singleton, task -
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TaskGraph
TaskGraph(TaskNode.GraphType type, List<TaskNode> graph)
-
-
Method Detail
-
listIterator
ListIterator<TaskNode> listIterator()
-
isEmpty
boolean isEmpty()
-
getType
TaskNode.GraphType getType()
-
-
-
-