Uses of Class
com.scivicslab.turingworkflow.plugins.logoutput.WorkflowStreamingAccumulator
Packages that use WorkflowStreamingAccumulator
Package
Description
-
Uses of WorkflowStreamingAccumulator in com.scivicslab.turingworkflow.plugins.inventory
Methods in com.scivicslab.turingworkflow.plugins.inventory that return WorkflowStreamingAccumulatorModifier and TypeMethodDescriptionNodeGroupInterpreter.getAccumulator()Gets the WorkflowStreamingAccumulator for displaying workflow steps.Methods in com.scivicslab.turingworkflow.plugins.inventory with parameters of type WorkflowStreamingAccumulatorModifier and TypeMethodDescriptionvoidNodeGroupInterpreter.setAccumulator(WorkflowStreamingAccumulator accumulator) Sets the WorkflowStreamingAccumulator for displaying workflow steps. -
Uses of WorkflowStreamingAccumulator in com.scivicslab.turingworkflow.plugins.ssh
Methods in com.scivicslab.turingworkflow.plugins.ssh that return WorkflowStreamingAccumulatorModifier and TypeMethodDescriptionNodeInterpreter.getAccumulator()Gets the WorkflowStreamingAccumulator for cowsay display.Methods in com.scivicslab.turingworkflow.plugins.ssh with parameters of type WorkflowStreamingAccumulatorModifier and TypeMethodDescriptionvoidNodeInterpreter.setAccumulator(WorkflowStreamingAccumulator accumulator) Sets the WorkflowStreamingAccumulator for cowsay display.