BuildMaster SDK Reference
Version:
IRemoteOperationExecutionContext Interface
Represents the context available to a remote operation.
Inheritance Hierarchy
- Inedo.BuildMaster.Extensibility.Operations.IRemoteOperationExecutionContext
Syntax
public
interface
IRemoteOperationExecutionContext
Properties
|
Name |
Description |
|
CancellationToken
|
Gets the current System.Threading.CancellationToken for the operation.
|
|
Simulation
|
Gets a value indicating whether state-modifying actions should be simulated.
|
|
WorkingDirectory
|
Gets the default working directory used for operations.
|