BuildAgentSpec2008 Class
Visual Studio 2012
Rather than providing a separate server method for querying build agents, you just have to provide a [BuildAgentSpec] when querying instead of the base [BuildItemSpec] if additional filtering is desired (beyond the simple path filter).
Object
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildGroupItemSpec2010
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildAgentSpec2008
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildGroupItemSpec2010
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildAgentSpec2008
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildAgentSpec2008 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FullPath | (Inherited from BuildGroupItemSpec2010.) |
![]() | MachineName | Gets or sets the computer name that will be used for filtering the query. |
![]() | Port | Gets or sets the port that will be used for filtering the query. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString.) |

