TeamFoundationGitRepositoryService Class
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 | |
---|---|---|
![]() |
TeamFoundationGitRepositoryService |
Top
Methods
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.) |
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.