This documentation is archived and is not being maintained.
BuildAgentSpec2008 Class
Visual Studio 2013
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).
System.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
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
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 the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString().) |
Show:
