Edit

Share via


Timeline Class

Definition

Represents the timeline of a build.

[System.Runtime.Serialization.DataContract]
public sealed class Timeline : Microsoft.TeamFoundation.Build.WebApi.TimelineReference
type Timeline = class
    inherit TimelineReference
Public NotInheritable Class Timeline
Inherits TimelineReference
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
Timeline
Attributes

Properties

ChangeId

The change ID.

(Inherited from TimelineReference)
Id

The ID of the timeline.

(Inherited from TimelineReference)
LastChangedBy

The process or person that last changed the timeline.

LastChangedOn

The time the timeline was last changed.

Records

The list of records in this timeline.

Url

The REST URL of the timeline.

(Inherited from TimelineReference)

Applies to