This documentation is archived and is not being maintained.
TeamFoundationJobService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationJobService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsIgnoreDormancyPermitted | Indicates if the server is configured to allow the IgnoreDormancy flag on JobDefinitions. |
![]() | StopJobTimeLimit |
| 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. |
Show:
