BuildDefinitionReference3_2 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For back-compat with extensions that use the old Steps format instead of Process and Phases
[System.Runtime.Serialization.DataContract]
public class BuildDefinitionReference3_2 : Microsoft.TeamFoundation.Build.WebApi.DefinitionReference
type BuildDefinitionReference3_2 = class
inherit DefinitionReference
Public Class BuildDefinitionReference3_2
Inherits DefinitionReference
- Inheritance
- Derived
- Attributes
Constructors
BuildDefinitionReference3_2() |
Properties
AuthoredBy |
The author of the definition. |
CreatedDate |
The date the definition was created. (Inherited from DefinitionReference) |
DefinitionQuality |
The quality of the definition document (draft, etc.) |
Drafts |
The list of drafts associated with this definition, if this is not a draft definition. |
Id |
The ID of the referenced definition. (Inherited from DefinitionReference) |
Links |
The links to other objects related to this object. |
Metrics |
The metrics for this definition. |
Name |
The name of the referenced definition. (Inherited from DefinitionReference) |
ParentDefinition |
A reference to the definition that this definition is a draft of, if this is a draft definition. |
Path |
The folder path of the definition. (Inherited from DefinitionReference) |
Project |
A reference to the project. (Inherited from DefinitionReference) |
Queue |
The default queue for builds run against this definition. |
QueueStatus |
A value that indicates whether builds can be queued against this definition. (Inherited from DefinitionReference) |
Revision |
The definition revision number. (Inherited from DefinitionReference) |
Type |
The type of the definition. (Inherited from DefinitionReference) |
Uri |
The definition's URI. (Inherited from DefinitionReference) |
Url |
The REST URL of the definition. (Inherited from DefinitionReference) |
Explicit Interface Implementations
ISecuredObject.GetToken() | (Inherited from DefinitionReference) |
ISecuredObject.NamespaceId | (Inherited from DefinitionReference) |
ISecuredObject.RequiredPermissions | (Inherited from DefinitionReference) |