This documentation is archived and is not being maintained.
ITeamFoundationJobService Interface
Visual Studio 2013
Interface for a job service of Visual Studio Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The ITeamFoundationJobService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeleteJob(Guid) | Deletes the job that has the specified job ID. |
![]() | DeleteJob(TeamFoundationJobDefinition) | Deletes the job with the specified job definition. |
![]() | DeleteJobs(IEnumerable(Of Guid)) | Deletes the jobs that have the specified job IDs. |
![]() | DeleteJobs(IEnumerable(Of TeamFoundationJobDefinition)) | Deletes the jobs that have the specified job definitions. |
![]() | PauseJob(Guid) | Pauses the job that has the specified job ID. |
![]() | PauseJob(TeamFoundationJobDefinition) | Pauses the job that has the specified job definition. |
![]() | QueryJobHistory(IEnumerable(Of Guid)) | Gets a list of history entries for the specified job IDs. |
![]() | QueryJobHistory(IEnumerable(Of TeamFoundationJobDefinition)) | Gets a list of history entries for the specified job definitions. |
![]() | QueryJobs | Gets an enumerable collection of all job definitions in this service. |
![]() | QueryJobs(IEnumerable(Of Guid)) | Gets an enumerable collection of job definitions for the specified job IDs. |
![]() | QueryLatestJobHistory(IEnumerable(Of Guid)) | Gets a list of the latest history entries for the specified job IDs. |
![]() | QueryLatestJobHistory(Guid) | Gets the latest history entry for the specified job ID. |
![]() | QueryLatestJobHistory(TeamFoundationJobDefinition) | Gets a list of the latest history entry for the specified job. |
![]() | QueryLatestJobHistory(IEnumerable(Of TeamFoundationJobDefinition)) | Gets a list of the latest history entries for the specified jobs. |
![]() | QueueDelayedJob(Guid) | Schedules a job to be executed in the near future. |
![]() | QueueDelayedJob(TeamFoundationJobDefinition) | Schedules the specified job to be executed in the near future. |
![]() | QueueDelayedJob(Guid, Int32) | Schedules a job to be executed in the near future. |
![]() | QueueDelayedJob(TeamFoundationJobDefinition, Int32) | Schedules a job to be executed in the near future. |
![]() | QueueDelayedJobs(IEnumerable(Of Guid)) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
![]() | QueueDelayedJobs(IEnumerable(Of TeamFoundationJobDefinition)) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
![]() | QueueDelayedJobs(IEnumerable(Of Guid), Int32) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
![]() | QueueDelayedJobs(IEnumerable(Of TeamFoundationJobDefinition), Int32) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
![]() | QueueJobNow(Guid, Boolean) | Puts the specified job in the queue and starts it immediately. |
![]() | QueueJobNow(TeamFoundationJobDefinition, Boolean) | Puts the specified job in the queue and starts it immediately. |
![]() | QueueJobsNow(IEnumerable(Of Guid), Boolean) | Puts the specified jobs in the queue and starts them immediately. |
![]() | QueueJobsNow(IEnumerable(Of TeamFoundationJobDefinition), Boolean) | Puts the specified jobs in the queue and starts them immediately. |
![]() | QueueOneTimeJob | Puts a one-time job in the queue and starts it immediately. |
![]() | ResumeJob(Guid) | Resumes the specified paused job. |
![]() | ResumeJob(TeamFoundationJobDefinition) | Resumes the specified paused job. |
![]() | StopJob(Guid) | Stops the specified in-progress job. |
![]() | StopJob(TeamFoundationJobDefinition) | Stops the specified in-progress job. |
![]() | UpdateJob | Adds or updates the specified job definition. |
![]() | UpdateJobs(IEnumerable(Of TeamFoundationJobDefinition)) | Adds or updates the specified job definitions. |
![]() | UpdateJobs(IEnumerable(Of Guid), IEnumerable(Of TeamFoundationJobDefinition)) | Deletes, adds, or updates the specified jobs. |
![]() | UpdateJobs(IEnumerable(Of TeamFoundationJobDefinition), IEnumerable(Of TeamFoundationJobDefinition)) | Deletes, adds, or updates the specified job definitions. |
Show:
