Github class abstract base

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

exec(String executable, List<String> arguments, {Directory? workingDirectory, Map<String, String>? environment, bool runInShell = false, int? expectedExitCode = 0}) Future<int>
execLines(String executable, List<String> arguments, {Directory? workingDirectory, Map<String, String>? environment, bool runInShell = false, int? expectedExitCode = 0, void onStderr(String message) = logWarning}) Stream<String>
logDebug(String message) → void
logError(String message) → void
logGroup<T>(String title, T body()) → T
logGroupAsync<T>(String title, FutureOr<T> body()) Future<T>
logInfo(String message) → void
logNotice(String message) → void
logWarning(String message) → void
runZoned(FutureOr<void> main(), {bool setExitCode = true}) Future<void>

Constants

env → const _GithubEnv