TeamFoundationJobReportingService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.Alm.TeamFoundationJobReportingService
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public NotInheritable Class TeamFoundationJobReportingService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public sealed class TeamFoundationJobReportingService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public ref class TeamFoundationJobReportingService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
type TeamFoundationJobReportingService =
class
interface ITeamFoundationService
end
public final class TeamFoundationJobReportingService implements ITeamFoundationService
The TeamFoundationJobReportingService type exposes the following members.
Properties
Name | Description | |
---|---|---|
ImageScaleSize | ||
JobNameCache | ||
MaxNumberOfHistoryResults | ||
NumberOfJobsToShowInChart | ||
ReportingWindowHours |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetAgentInformation | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetJobName | ||
GetResultTypeCount | ||
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.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITeamFoundationService.ServiceEnd | ||
ITeamFoundationService.ServiceStart |
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.