This documentation is archived and is not being maintained.
TeamFoundationGitRepositoryService Class
Visual Studio 2013
This collection-level service is the entry point for all Git functionality integrated with Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
The TeamFoundationGitRepositoryService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateRepository | |
![]() | CreateTeamProjectRepository | |
![]() | DeleteRepositoriesForTeamProject | |
![]() | DeleteRepository | |
![]() | 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.) |
![]() | FindRepositoryById | |
![]() | FindRepositoryByName | |
![]() | FindRepositoryByNameAndUri | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasReadPermission | Checks the provided request context to ensure that it has permission to view the set of Git repositories on this service host. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | QueryRepositories | Returns an informational data structure about each Git repository on this Team Project Collection. |
![]() | RenameRepository | |
![]() | RepositoryFromRepositoryInfo | Given a TfsGitRepositoryInfo data structure object, returns a full TfsGitRepository object that can be used to perform actions. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
