Edit

Share via


BuildReference Class

Definition

Represents a reference to a build.

[System.Runtime.Serialization.DataContract]
public class BuildReference : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type BuildReference = class
    inherit BaseSecuredObject
Public Class BuildReference
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
BuildReference
Attributes

Constructors

BuildReference()

Properties

BuildNumber

The build number.

Deleted

Indicates whether the build has been deleted.

FinishTime

The time that the build was completed.

Id

The ID of the build.

Links

The links to other objects related to this object.

QueueTime

The time that the build was queued.

RequestedFor

The identity on whose behalf the build was queued.

Result

The build result.

StartTime

The time that the build was started.

Status

The build status.

Applies to