InedoSDK Reference
Version:

IRemoteOperationExecutionContext Interface

Represents the context available to a remote operation.

Inheritance Hierarchy

  • Inedo.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.

TempDirectory

Gets the root temp directory used by the agent.

WorkingDirectory

Gets the default working directory used for operations.

Methods

Name Description
ResolvePath(string path)