IBuildGroupItem Interface
Interface for a build group item on the server that is running Team Foundation Build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
Public Interface IBuildGroupItem
public interface IBuildGroupItem
public interface class IBuildGroupItem
type IBuildGroupItem = interface end
public interface IBuildGroupItem
The IBuildGroupItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
FullPath | Gets the full path of this build group item. | |
Name | Gets or sets the name of this build group item. | |
TeamProject | Gets the team project that owns this build group item. | |
Uri | Gets the uniform resource identifier (URI) of this build group item. |
Top
Methods
Name | Description | |
---|---|---|
Refresh | Refreshes this build group item by getting current property values from the build server. |
Top