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

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

Properties

Name Description
System_CAPS_pubproperty BuildFlavor

Gets the flavor of the build.

System_CAPS_pubproperty BuildPlatform

Gets the platform for the build.

System_CAPS_pubproperty BuildUri

Gets the uniform resource identifier (URI) for the completed build.

System_CAPS_pubproperty Id

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubproperty TeamProjectName

Gets the name of the project to which the build belongs.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top