TaskRunner class

Mixed in types

Constructors

TaskRunner({required String taskDirectory})

Properties

hashCode int
The hash code for this object.
no setterinherited
renderData Map<String, dynamic>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskDirectory String
final

Methods

handleAskStep(String key, String prompt) → void
handleCommandStep(String shellScript) → void
handleJavascriptStep(String javascript) → void
handleReadStep(ReadStep step) → void
handleRunTaskStep(RunTaskStep step) Future<void>
handleVariablesStep(VariablesStep step) → void
handleWriteStep(WriteStep step) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(String text) String
inherited
run(Task task) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited