Edit

Share via


TimelineRecord Class

Definition

Represents an entry in a build's timeline.

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

Constructors

TimelineRecord()

Properties

Attempt

Attempt number of record.

ChangeId

The change ID.

CurrentOperation

A string that indicates the current operation.

Details

A reference to a sub-timeline.

ErrorCount

The number of errors produced by this operation.

FinishTime

The finish time.

Id

The ID of the record.

Identifier

String identifier that is consistent across attempts.

Issues

The list of issues produced by this operation.

LastModified

The time the record was last modified.

Links

The links to other objects related to this object.

Log

A reference to the log produced by this operation.

Name

The name.

Order

An ordinal value relative to other records.

ParentId

The ID of the record's parent.

PercentComplete

The current completion percentage.

PreviousAttempts
RecordType

The type of the record.

Result

The result.

ResultCode

The result code.

StartTime

The start time.

State

The state of the record.

Task

A reference to the task represented by this timeline record.

Url

The REST URL of the timeline record.

WarningCount

The number of warnings produced by this operation.

WorkerName

The name of the agent running the operation.

Applies to