ReleaseToolsRunner class

Constructors

ReleaseToolsRunner({required GitExec git, required String workingDir, required Printer printer, required FileSystem fs, required DateTime now})

Properties

fs → FileSystem
final
git GitExec
final
hashCode int
The hash code for this object.
no setterinherited
now DateTime
final
printer Printer
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workingDir String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> arguments) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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