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.
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.
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetAgentInformation | Get the agent information for the agent which ran this job. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetJobName | Get 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. |
![]() | GetResultTypeCount | Query 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. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | QueryHistory | |
![]() | QueryJobCountsAndRunTime | |
![]() | QueryQueueEntries | |
![]() | QueryQueuePositionCounts | |
![]() | QueryQueueTimes | |
![]() | QueryResultsOverTime | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
