TeamFoundationJobService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationJobService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public NotInheritable Class TeamFoundationJobService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public sealed class TeamFoundationJobService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public ref class TeamFoundationJobService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
type TeamFoundationJobService =
class
interface ITeamFoundationService
end
public final class TeamFoundationJobService implements ITeamFoundationService
The TeamFoundationJobService type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
IsIgnoreDormancyPermitted | Indicates if the server is configured to allow the IgnoreDormancy flag on JobDefinitions. |
![]() |
StopJobTimeLimit |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
PauseJob | |
![]() |
QueryJobDefinition | Retrieve a single job definition for the specified jobId |
![]() |
QueryJobDefinitions | Queries job definitions. |
![]() |
QueryJobHistory | Queries for history on the specified jobs for the requested sources. |
![]() |
QueryJobQueue(TeamFoundationRequestContext, IEnumerable<Guid>) | |
![]() |
QueryJobQueue(TeamFoundationRequestContext, List<TeamFoundationJobQueueEntry>%, List<TeamFoundationJobQueueEntry>%, List<TeamFoundationJobQueueEntry>%) | Retrieves jobs in progress, queued and scheduled. |
![]() |
QueryLatestJobHistory | Queries for the latest history on the specified jobs for the requested sources. |
![]() |
QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. |
![]() |
QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. |
![]() |
QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, Int32, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. |
![]() |
QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>, Int32, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. |
![]() |
QueueJobsNow(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, JobPriorityLevel) | |
![]() |
QueueJobsNow(TeamFoundationRequestContext, IEnumerable<Guid>, JobPriorityLevel) | Attempts to schedule the specified jobs to run immediately using the specified priority. |
![]() |
QueueJobsNow(TeamFoundationRequestContext, IEnumerable<Guid>, Boolean) | Attempts to schedule the specified jobs to run immediately using the specified priority. |
![]() |
QueueOneTimeJob(TeamFoundationRequestContext, String, String, XmlNode, JobPriorityLevel) | |
![]() |
QueueOneTimeJob(TeamFoundationRequestContext, String, String, XmlNode, Boolean) | |
![]() |
QueueOneTimeJob(TeamFoundationRequestContext, String, String, XmlNode, TimeSpan) | |
![]() |
RepairQueue | |
![]() |
ResumeJob | |
![]() |
StopJob | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UpdateJobDefinitions | Updates the job definitions and performs the necessary updates on the queue. |
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.