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 | |
---|---|---|
BuildFlavor | Gets the flavor of the build. | |
BuildPlatform | Gets the platform for the build. | |
BuildUri | Gets the uniform resource identifier (URI) for the completed build. | |
Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) | |
TeamProjectName | Gets the name of the project to which the build belongs. |
Top