TeamFoundationGitCommitService Class
This collection-level service is the entry point for all Git functionality with cached commit metadata.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Git.Server.TeamFoundationGitCommitService
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Class TeamFoundationGitCommitService _
Implements ITeamFoundationGitCommitService, ITeamFoundationService
public class TeamFoundationGitCommitService : ITeamFoundationGitCommitService,
ITeamFoundationService
public ref class TeamFoundationGitCommitService : ITeamFoundationGitCommitService,
ITeamFoundationService
type TeamFoundationGitCommitService =
class
interface ITeamFoundationGitCommitService
interface ITeamFoundationService
end
public class TeamFoundationGitCommitService implements ITeamFoundationGitCommitService, ITeamFoundationService
The TeamFoundationGitCommitService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TeamFoundationGitCommitService |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ProcessingJobTimeout | Amount of time to spend processing commits in a job |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DiffCommitLineages | |
![]() |
DiffCommitLineagesAgainstCommits | |
![]() |
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.) |
![]() |
GetCommitManifest | Get manifest for a given commit that shows files changed in the commit. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetPushCommits | |
![]() |
GetPushData | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MarkProcessedCommits | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
QueryCommitAuthors | Get the distinct commit authors from this repository along with optional count information for the number of commits each has made |
![]() |
QueryCommitHistory | |
![]() |
QueryCommitItems | Get items under a given path, with the last commit performed on each item. |
![]() |
QueryPushHistory | |
![]() |
QueryUnprocessedCommits | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ITeamFoundationService.ServiceEnd | |
![]() ![]() |
ITeamFoundationService.ServiceStart |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.