Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This collection-level service is the entry point for all Git functionality integrated with Team Foundation Server.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Git.Server.TeamFoundationGitRepositoryService
Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Class TeamFoundationGitRepositoryService _
    Implements ITeamFoundationService
public class TeamFoundationGitRepositoryService : ITeamFoundationService
public ref class TeamFoundationGitRepositoryService : ITeamFoundationService
type TeamFoundationGitRepositoryService =  
    class 
        interface ITeamFoundationService 
    end
public class TeamFoundationGitRepositoryService implements ITeamFoundationService
The TeamFoundationGitRepositoryService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TeamFoundationGitRepositoryService | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateRepository | |
| .gif) | CreateTeamProjectRepository | |
| .gif) | DeleteRepositoriesForTeamProject | |
| .gif) | DeleteRepository | |
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | FindRepositoryById | |
| .gif) | FindRepositoryByName | |
| .gif) | FindRepositoryByNameAndUri | |
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | HasReadPermission | Checks the provided request context to ensure that it has permission to view the set of Git repositories on this service host. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | QueryRepositories | Returns an informational data structure about each Git repository on this Team Project Collection. | 
| .gif) | RenameRepository | |
| .gif) | RepositoryFromRepositoryInfo | Given a TfsGitRepositoryInfo data structure object, returns a full TfsGitRepository object that can be used to perform actions. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ITeamFoundationService.ServiceEnd | |
| .gif) .gif) | 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.