-
interface TaskNode.DefinedTaskThis is an abstraction above TaskDefinition that allows more flexibility for the implementing class name.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()Returns the name of the task abstract StringgetImplementingClassName()Returns the name of the class implementing the stage
-