BuildMaster SDK Reference
Version:
IOperationExecutionContext Interface
Provides the context for an execution.
Inheritance Hierarchy
- Inedo.BuildMaster.Extensibility.Operations.IOperationExecutionContext
Syntax
public
interface
IOperationExecutionContext : IGenericBuildMasterContext
Properties
|
Name |
Description |
|
Agent
|
Gets the current agent.
|
|
CancellationToken
|
Gets the current System.Threading.CancellationToken for the operation.
|
|
Deployable
|
Gets the current deployable.
|
|
ExecutionId
|
Gets the current execution ID.
|
|
Simulation
|
Gets a value indicating whether state-modifying actions should be simulated.
|
|
WorkingDirectory
|
Gets the default working directory used for operations.
|