Skip to content

Latest commit

 

History

History
210 lines (141 loc) · 10.3 KB

cls-remotecommands.rst

File metadata and controls

210 lines (141 loc) · 10.3 KB

RemoteCommands

Most of the action in build steps consists of performing operations on the worker. This is accomplished via RemoteCommand and its subclasses. Each represents a single operation on the worker.

Most data is returned to a command via updates. These updates are described in detail in master-worker-updates.

RemoteCommand