Edit

Share via


BuildDefinitionReference3_2 Class

Definition

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
BuildDefinitionReference3_2
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)

Applies to