ToolExecution class

An execution of an arbitrary tool.

It could be a test runner or a tool copying artifacts or deploying code.

Constructors

ToolExecution({List<String>? commandLineArguments, ToolExitCode? exitCode, List<FileReference>? toolLogs, List<ToolOutputReference>? toolOutputs})
ToolExecution.fromJson(Map _json)

Properties

commandLineArguments List<String>?
The full tokenized command line including the program name (equivalent to argv in a C program).
getter/setter pair
exitCode ToolExitCode?
Tool execution exit code.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolLogs List<FileReference>?
References to any plain text logs output the tool execution.
getter/setter pair
toolOutputs List<ToolOutputReference>?
References to opaque files of any format output by the tool execution.
getter/setter pair

Methods

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

Operators

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