IQueuedBuildSpec Interface

Interface for a build queue specification, which can be used to query for queued builds.

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

Syntax

'Declaration
Public Interface IQueuedBuildSpec
public interface IQueuedBuildSpec
public interface class IQueuedBuildSpec
type IQueuedBuildSpec =  interface end
public interface IQueuedBuildSpec

The IQueuedBuildSpec type exposes the following members.

Properties

  Name Description
Public property CompletedWindow Gets or sets the completed-by time window that is used to query for completed builds.
Public property ControllerSpec Gets the controller specification for this build queue specification.
Public property DefinitionSpec Gets the definition specification for this build queue specification.
Public property DefinitionUris Gets the definition uniform resource identifiers (URIs) for this build queue specification.
Public property QueryOptions Gets or sets the query options that are used for this build queue query.
Public property RequestedFor Gets or sets the user for whom this build was requested.
Public property Status Gets or sets the status filter that is used for this build queue query.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace