This documentation is archived and is not being maintained.
TeamFoundationJobService Class
Visual Studio 2013
Represents a job service in Visual Studio Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TeamFoundationJobService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TeamFoundationJobService | Initializes a new instance of the TeamFoundationJobService class. |
| Name | Description | |
|---|---|---|
![]() | DeleteJob(Guid) | Deletes the specified job. |
![]() | DeleteJob(TeamFoundationJobDefinition) | Deletes the specified job. |
![]() | DeleteJobs(IEnumerable<Guid>) | Deletes the specified jobs. |
![]() | DeleteJobs(IEnumerable<TeamFoundationJobDefinition>) | Deletes the specified jobs. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PauseJob(Guid) | Pauses the specified job. |
![]() | PauseJob(TeamFoundationJobDefinition) | Pauses the specified job. |
![]() | QueryJobHistory(IEnumerable<Guid>) | Queries the job history of the specified jobs. |
![]() | QueryJobHistory(IEnumerable<TeamFoundationJobDefinition>) | Queries the job history of the specified jobs. |
![]() | QueryJobs() | Gets the TeamFoundationJobDefinition object of all jobs that are registered in this service. |
![]() | QueryJobs(IEnumerable<Guid>) | Gets the TeamFoundationJobDefinition object of the jobs that have the specified ID. |
![]() | QueryLatestJobHistory(IEnumerable<Guid>) | Queries the latest job history of the specified jobs. |
![]() | QueryLatestJobHistory(Guid) | Queries the latest job history of the specified job. |
![]() | QueryLatestJobHistory(TeamFoundationJobDefinition) | Queries the latest job history of the specified job. |
![]() | QueryLatestJobHistory(IEnumerable<TeamFoundationJobDefinition>) | Queries the latest job history of the specified jobs. |
![]() | QueueDelayedJob(Guid) | Queues a job that will be executed later. |
![]() | QueueDelayedJob(TeamFoundationJobDefinition) | Queues the specified job to be executed later. |
![]() | QueueDelayedJob(Guid, Int32) | Queues a job that will be executed later. |
![]() | QueueDelayedJob(TeamFoundationJobDefinition, Int32) | Queues a job that will be executed later. |
![]() | QueueDelayedJobs(IEnumerable<Guid>) | Queues the specified jobs to be executed later. |
![]() | QueueDelayedJobs(IEnumerable<TeamFoundationJobDefinition>) | Queues the specified jobs to be executed later. |
![]() | QueueDelayedJobs(IEnumerable<Guid>, Int32) | Queues the specified jobs to be executed later. |
![]() | QueueDelayedJobs(IEnumerable<TeamFoundationJobDefinition>, Int32) | Queues the specified jobs to be executed later. |
![]() | QueueJobNow(Guid, Boolean) | Queues the specified job to be executed now. |
![]() | QueueJobNow(TeamFoundationJobDefinition, Boolean) | Queues the specified job to be executed now. |
![]() | QueueJobsNow(IEnumerable<Guid>, Boolean) | Queues the specified jobs to be executed now. |
![]() | QueueJobsNow(IEnumerable<TeamFoundationJobDefinition>, Boolean) | Queues the specified jobs to be executed now. |
![]() | QueueOneTimeJob | Queues a one-time job to be executed. |
![]() | ResumeJob(Guid) | Resumes the specified paused job. |
![]() | ResumeJob(TeamFoundationJobDefinition) | Resumes the specified paused job. |
![]() | StopJob(Guid) | Stops the specified job. |
![]() | StopJob(TeamFoundationJobDefinition) | Stops the specified job. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateJob | Refreshes the reported status of the specified job. |
![]() | UpdateJobs(IEnumerable<TeamFoundationJobDefinition>) | Refreshes the reported status of the specified jobs. |
![]() | UpdateJobs(IEnumerable<Guid>, IEnumerable<TeamFoundationJobDefinition>) | Refreshes the reported status of the specified jobs and deletes the specified jobs. |
![]() | UpdateJobs(IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>) | Refreshes the reported status of the specified jobs and deletes the specified jobs. |
Show:
