Interface | Description |
---|---|
LocalFallbackStats |
Statistics regarding the LocalFallbackStrategy.
|
RemoteExecutionStatsProvider |
Provides statistics about the ongoing remote execution flow.
|
Class | Description |
---|---|
CasBlobDownloadEvent |
Started/Finished event pairs for CAS blob downloads .
|
CasBlobDownloadEvent.Finished |
Download to the CAS has finished.
|
CasBlobDownloadEvent.Started |
Download to the CAS has started.
|
CasBlobUploadEvent |
Started/Finished event pairs for CAS blob uploads .
|
CasBlobUploadEvent.Finished |
Upload to the CAS has finished.
|
CasBlobUploadEvent.Started |
Upload to the CAS has started.
|
LocalFallbackEvent |
Event containing info about single BuildRule executions inside LocalFallbackStrategy.
|
LocalFallbackEvent.Finished |
When the LocalFallbackStrategy finished processing a single BuildRule.
|
LocalFallbackEvent.Started |
When the LocalFallbackStrategy starts processing a single BuildRule.
|
LocalFallbackStats.Builder | |
RemoteBuildRuleExecutionEvent |
Event to signal the end of building a rule remotely.
|
RemoteExecutionActionEvent |
Tracks events related to Remote Execution Actions.
|
RemoteExecutionActionEvent.Finished |
An action just exited from this state.
|
RemoteExecutionActionEvent.InputsUploaded |
Describes the event which occurs right after inputs were uploaded to the CAS.
|
RemoteExecutionActionEvent.InputsUploaded.LargeBlob |
Large blob definition
|
RemoteExecutionActionEvent.Scheduled |
Indicates that a remote execution event has been scheduled.
|
RemoteExecutionActionEvent.Started |
An action just moved into this state.
|
RemoteExecutionActionEvent.Terminal |
Sends a one off terminal event for a Remote Execution Action.
|
RemoteExecutionSessionEvent |
Base class for events about building.
|
RemoteExecutionSessionEvent.Finished |
Marks the end of a RE session.
|
RemoteExecutionSessionEvent.Started |
Marks the start of RE session
|
Enum | Description |
---|---|
LocalFallbackEvent.Result |
Summary result of an execution.
|
RemoteExecutionActionEvent.State |
The current state of a Remote Execution Actions.
|