IBuildConfiguration Interface

Represents the build outputs for a specific platform and flavor against a specific build.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Interface IBuildConfiguration _
    Inherits IIdentifiable(Of Integer)
public interface IBuildConfiguration : IIdentifiable<int>
public interface class IBuildConfiguration : IIdentifiable<int>
type IBuildConfiguration =  
    interface
        interface IIdentifiable<int>
    end
public interface IBuildConfiguration extends IIdentifiable<int>

The IBuildConfiguration type exposes the following members.

Properties

  Name Description
Public property BuildFlavor Gets the flavor of the build.
Public property BuildPlatform Gets the platform for the build.
Public property BuildUri Gets the uniform resource identifier (URI) for the completed build.
Public property Id Gets the identifier. (Inherited from IIdentifiable<TKey>.)
Public property TeamProjectName Gets the name of the project to which the build belongs.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace