TeamFoundationJobHistoryEntry Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class TeamFoundationJobHistoryEntry
public sealed class TeamFoundationJobHistoryEntry
public ref class TeamFoundationJobHistoryEntry sealed
[<Sealed>]
type TeamFoundationJobHistoryEntry =  class end
public final class TeamFoundationJobHistoryEntry

The TeamFoundationJobHistoryEntry type exposes the following members.

Properties

  Name Description
Public property AgentId Gets the Guid object that represents the ID of the agent that is associated with this job history entry.
Public property EndTime Gets the end time of this job history entry.
Public property ExecutionStartTime Gets the start time of the job that is described by this job history entry.
Public property HistoryId Gets the ID of this job history entry.
Public property JobId Gets the Guid object that represents the job ID.
Public property JobSource Gets the Guid object that represents the job source ID.
Public property QueueTime Gets the queue time of the job that is described by this job history entry.
Public property Result Gets or sets the result of this job history entry.
Public property ResultMessage Gets the result message of this job history entry.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Gets a user-readable message that describes this instance. (Overrides Object.ToString().)

Top

Thread Safety

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

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace