BuildMaster SDK Reference
Version:

BuildMasterAgent Class

The base class for all agents.

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.Agents.Agent
      • Inedo.BuildMaster.Extensibility.Agents.BuildMasterAgent

Syntax

public class BuildMasterAgent : Inedo.Extensibility.Agents.Agent, System.IDisposable

Methods

Name Description
Create(string serverName)

Creates an agent from the specified server name

Create(int serverId)

Creates an agent from the specified serverId

Create(Inedo.BuildMaster.Data.Tables.Servers serverInfo)
CreateLocalAgent

Creates a local agent.

GetDescription(Inedo.BuildMaster.Data.Tables.Servers s)