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

'Declaration
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
Public property FullPath Gets the full path of this build group item.
Public property Name Gets or sets the name of this build group item.
Public property TeamProject Gets the team project that owns this build group item.
Public property Uri Gets the uniform resource identifier (URI) of this build group item.

Top

Methods

  Name Description
Public method Refresh Refreshes this build group item by getting current property values from the build server.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace