This documentation is archived and is not being maintained.
IGitPushSubscriberJob Interface
Visual Studio 2013
Jobs that implement this interface will be run upon a Git push.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
The IGitPushSubscriberJob type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | JobId | Job definition id |
![]() | JobPriorityLevel | Priority level to initially queue the job |
![]() | MinimumServiceVersion | Required service version |
| Name | Description | |
|---|---|---|
![]() | Run | Perform one occurrence of a job. This method should not return until job execution is stopped or completed. (Inherited from ITeamFoundationJobExtension.) |
Show:
