GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ExecutedActionMetadata (google_api_remote_build_execution v0.17.0) View Source
ExecutedActionMetadata contains details about a completed execution.
Attributes
-
executionCompletedTimestamp
(type:DateTime.t
, default:nil
) - When the worker completed executing the action command. -
executionStartTimestamp
(type:DateTime.t
, default:nil
) - When the worker started executing the action command. -
inputFetchCompletedTimestamp
(type:DateTime.t
, default:nil
) - When the worker finished fetching action inputs. -
inputFetchStartTimestamp
(type:DateTime.t
, default:nil
) - When the worker started fetching action inputs. -
outputUploadCompletedTimestamp
(type:DateTime.t
, default:nil
) - When the worker finished uploading action outputs. -
outputUploadStartTimestamp
(type:DateTime.t
, default:nil
) - When the worker started uploading action outputs. -
queuedTimestamp
(type:DateTime.t
, default:nil
) - When was the action added to the queue. -
worker
(type:String.t
, default:nil
) - The name of the worker which ran the execution. -
workerCompletedTimestamp
(type:DateTime.t
, default:nil
) - When the worker completed the action, including all stages. -
workerStartTimestamp
(type:DateTime.t
, default:nil
) - When the worker received the action.
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.BuildBazelRemoteExecutionV2ExecutedActionMetadata{ executionCompletedTimestamp: DateTime.t(), executionStartTimestamp: DateTime.t(), inputFetchCompletedTimestamp: DateTime.t(), inputFetchStartTimestamp: DateTime.t(), outputUploadCompletedTimestamp: DateTime.t(), outputUploadStartTimestamp: DateTime.t(), queuedTimestamp: DateTime.t(), worker: String.t(), workerCompletedTimestamp: DateTime.t(), workerStartTimestamp: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.