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
'Декларация
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 | |
---|---|---|
AgentSpec | Obsolete. Gets the agent specification for this build queue specification. | |
CompletedWindow | Gets or sets the completed-by time window that is used to query for completed builds. | |
ControllerSpec | Gets the controller specification for this build queue specification. | |
DefinitionSpec | Gets the definition specification for this build queue specification. | |
DefinitionUris | Gets the definition uniform resource identifiers (URIs) for this build queue specification. | |
QueryOptions | Gets or sets the query options that are used for this build queue query. | |
RequestedFor | Gets or sets the user for whom this build was requested. | |
Status | Gets or sets the status filter that is used for this build queue query. |
Top