IBuildAgent Members
Include Protected Members
Include Inherited Members
This interface defines methods for accessing the build agent on the Team Foundation Build computer.
The IBuildAgent type exposes the following members.
Methods
Name
Description
Creates a copy of the build agent in the specified team project.
Creates a new build agent specification for this build agent.
Deletes the build agent from the build computer.
Gets the build directory for the build agent with all variable expansions evaluated according to the given build definition.
Refreshes the build group item by retrieving current property values from the build server. (Inherited from IBuildGroupItem.)
Saves any changes that were made to the build agent on the build computer.
Top
Properties
Name
Description
Gets or sets a path of the build agent working directory.
Gets an IBuildServer of the server that owns the build agent.
Gets or sets the description of the build agent.
Gets the full path of this build group item. (Inherited from IBuildGroupItem.)
Gets or sets the computer name for the build agent.
Gets or sets the maximum number of processes to use for the build agent.
Gets or sets the name of the build group item. (Inherited from IBuildGroupItem.)
Gets or sets the port number for the build agent.
Gets the current queue count for the build agent. All queue statuses are included in this count.
Obsolete. Do not use.
Gets or sets the build agent status.
Gets a message from the build computer about the build agent status.
Gets the team project that owns the build group item. (Inherited from IBuildGroupItem.)
Gets the URI of the build group item. (Inherited from IBuildGroupItem.)
Top