This documentation is archived and is not being maintained.

TeamFoundationJobReportingService Class

Visual Studio 2013

Service for job reporting specific functionality. The registry and notification services are included since reporting data is stored in the registry and we need notification of those changes.

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationJobReportingService

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
Public NotInheritable Class TeamFoundationJobReportingService _
	Implements ITeamFoundationService

The TeamFoundationJobReportingService type exposes the following members.

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetAgentInformationGet the agent information for the agent which ran this job.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetJobNameGet the job name given the job ID. This will work for the well-known job GUIDs; if the job is not well-known, it will return the GUID.
Public methodGetResultTypeCountQuery the job history for the number of result types over a given period of time. ResultTypeId ResultTypeName Count ------------ -------------- ----- 0 Success 322 5 Blocked 2 If the start time is not provided, then we will use the end time if provided) or now minus 48 hours (unless overridden in the registry). If the end time is not provided, we will us now.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodQueryHistory
Public methodQueryJobCountsAndRunTime
Public methodQueryQueueEntries
Public methodQueryQueuePositionCounts
Public methodQueryQueueTimes
Public methodQueryResultsOverTime
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
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: