This documentation is archived and is not being maintained.

TeamFoundationJobHistoryEntry Class

Represents a job history entry on Visual Studio Team Foundation Server.

System::Object
  Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobHistoryEntry

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public ref class TeamFoundationJobHistoryEntry sealed

The TeamFoundationJobHistoryEntry type exposes the following members.

  NameDescription
Public propertyAgentIdGets the Guid object that represents the ID of the agent that is associated with this job history entry.
Public propertyEndTimeGets the end time of this job history entry.
Public propertyExecutionStartTimeGets the start time of the job that is described by this job history entry.
Public propertyHistoryIdGets the ID of this job history entry.
Public propertyJobIdGets the Guid object that represents the job ID.
Public propertyJobSourceGets the Guid object that represents the job source ID.
Public propertyQueueTimeGets the queue time of the job that is described by this job history entry.
Public propertyResultGets or sets the result of this job history entry.
Public propertyResultMessageGets the result message of this job history entry.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringGets a user-readable message that describes this instance. (Overrides Object::ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: