Edit

Share via


Change Class

Definition

Represents a change associated with a build.

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

Constructors

Change()

Properties

Author

The author of the change.

DisplayUri

The location of a user-friendly representation of the resource.

Id

The identifier for the change. For a commit, this would be the SHA1. For a TFVC changeset, this would be the changeset ID.

Location

The location of the full representation of the resource.

Message

The description of the change. This might be a commit message or changeset description.

MessageTruncated

Indicates whether the message was truncated.

Pusher

The person or process that pushed the change.

Timestamp

The timestamp for the change.

Type

The type of change. "commit", "changeset", etc.

Applies to