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)

'Declaration
<InheritedExportAttribute> _
Public Interface IGitPushSubscriberJob _
	Inherits ITeamFoundationJobExtension

The IGitPushSubscriberJob type exposes the following members.

  NameDescription
Public propertyJobIdJob definition id
Public propertyJobPriorityLevelPriority level to initially queue the job
Public propertyMinimumServiceVersionRequired service version
Top

  NameDescription
Public methodRunPerform one occurrence of a job. This method should not return until job execution is stopped or completed. (Inherited from ITeamFoundationJobExtension.)
Top
Show: