BuildDefinitionReference Class

Definition

Represents a reference to a build definition.

[System.Runtime.Serialization.DataContract]
public class BuildDefinitionReference : Microsoft.TeamFoundation.Build.WebApi.DefinitionReference
type BuildDefinitionReference = class
    inherit DefinitionReference
Public Class BuildDefinitionReference
Inherits DefinitionReference
Inheritance
BuildDefinitionReference
Derived
Attributes

Constructors

BuildDefinitionReference()

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

The latest build for this definition.

LatestCompletedBuild

The latest completed build for this definition.

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