BuildMaster SDK Reference
Version:

IAgentBasedActionExecutionContext Interface

Provides information about the current execution of an agent-based action.

Inheritance Hierarchy

  • Inedo.BuildMaster.Extensibility.Actions.IAgentBasedActionExecutionContext

Syntax

public interface IAgentBasedActionExecutionContext : IActionExecutionContext

Properties

Name Description
Agent

Gets the Inedo.BuildMaster.Extensibility.Agents.BuildMasterAgent which the action executes on.

ApplicationDirectory

Gets the application working directory for the agent.

BaseWorkingDirectory

Gets the base working directory for the agent.

ServerId

Gets the server ID which the action is executing on.

SourceDirectory

Gets the source directory used for file operations.

TargetDirectory

Gets the target directory used for file operations.

TempDirectory

Gets the temporary directory used for file operations.