Edit

Share via


BuildDefinitionRevision Class

Definition

Represents a revision of a build definition.

[System.Runtime.Serialization.DataContract]
public class BuildDefinitionRevision
type BuildDefinitionRevision = class
Public Class BuildDefinitionRevision
Inheritance
BuildDefinitionRevision
Attributes

Constructors

BuildDefinitionRevision()

Properties

ChangedBy

The identity of the person or process that changed the definition.

ChangedDate

The date and time that the definition was changed.

ChangeType

The change type (add, edit, delete).

Comment

The comment associated with the change.

DefinitionUrl

A link to the definition at this revision.

Name

The name of the definition.

Revision

The revision number.

Applies to