GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandOutputs (google_api_remote_build_execution v0.22.0) View Source
DEPRECATED - use CommandResult instead. Describes the actual outputs from the task.
Attributes
-
exitCode
(type:integer()
, default:nil
) - exit_code is only fully reliable if the status' code is OK. If the task exceeded its deadline or was cancelled, the process may still produce an exit code as it is cancelled, and this will be populated, but a successful (zero) is unlikely to be correct unless the status code is OK. -
outputs
(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2Digest.t
, default:nil
) - The output files. The blob referenced by the digest should contain one of the following (implementation-dependent): A marshalled DirectoryMetadata of the returned filesystem A LUCI-style .isolated file
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandOutputs{ exitCode: integer() | nil, outputs: GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2Digest.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.