This documentation is archived and is not being maintained.
ITeamFoundationJobService Methods
Visual Studio 2013
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(Guid)) | Deletes the jobs that have the specified job IDs. |
|
DeleteJobs(IEnumerable(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(Guid)) | Gets a list of history entries for the specified job IDs. |
|
QueryJobHistory(IEnumerable(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(Guid)) | Gets an enumerable collection of job definitions for the specified job IDs. |
|
QueryLatestJobHistory(IEnumerable(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(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(Guid)) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
|
QueueDelayedJobs(IEnumerable(TeamFoundationJobDefinition)) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
|
QueueDelayedJobs(IEnumerable(Guid), Int32) | Schedules the specified enumerable collection of jobs to be executed in the near future. |
|
QueueDelayedJobs(IEnumerable(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(Guid), Boolean) | Puts the specified jobs in the queue and starts them immediately. |
|
QueueJobsNow(IEnumerable(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(TeamFoundationJobDefinition)) | Adds or updates the specified job definitions. |
|
UpdateJobs(IEnumerable(Guid), IEnumerable(TeamFoundationJobDefinition)) | Deletes, adds, or updates the specified jobs. |
|
UpdateJobs(IEnumerable(TeamFoundationJobDefinition), IEnumerable(TeamFoundationJobDefinition)) | Deletes, adds, or updates the specified job definitions. |
Show: