GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs class
Describes the expected outputs of the command.
Constructors
Properties
-
directories
↔ List<
String> -
A list of expected directories, relative to the execution root. All paths
MUST be delimited by forward slashes.
read / write
-
files
↔ List<
String> -
A list of expected files, relative to the execution root. All paths MUST
be delimited by forward slashes.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stderrDestination ↔ String
-
The destination to which any stderr should be sent. The method by which
the bot should send the stream contents to that destination is not defined
in this API. As examples, the destination could be a file referenced in
the
files
field in this message, or it could be a URI that must be written via the ByteStream API.read / write - stdoutDestination ↔ String
-
The destination to which any stdout should be sent. The method by which
the bot should send the stream contents to that destination is not defined
in this API. As examples, the destination could be a file referenced in
the
files
field in this message, or it could be a URI that must be written via the ByteStream API.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited