GitIntegration 类
继承层次结构
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Git.Server.GitIntegration
命名空间: Microsoft.TeamFoundation.Git.Server
程序集: Microsoft.TeamFoundation.Git.Server(在 Microsoft.TeamFoundation.Git.Server.dll 中)
语法
声明
<WebServiceBindingAttribute(Name := "IProjectMaintenanceBinding", Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03")> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03", _
Description := "Team Foundation VersionControl Integration web service")> _
<ProxyParentClassAttribute("GitClientProxy")> _
<ClientServiceAttribute(ServiceName := "GitIntegration", CollectionServiceIdentifier := "3B48BB21-AEF8-4218-95A9-FD73602A1B55")> _
Public Class GitIntegration _
Inherits TeamFoundationWebService
[WebServiceBindingAttribute(Name = "IProjectMaintenanceBinding", Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03")]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03",
Description = "Team Foundation VersionControl Integration web service")]
[ProxyParentClassAttribute("GitClientProxy")]
[ClientServiceAttribute(ServiceName = "GitIntegration", CollectionServiceIdentifier = "3B48BB21-AEF8-4218-95A9-FD73602A1B55")]
public class GitIntegration : TeamFoundationWebService
GitIntegration 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
GitIntegration |
页首
属性
名称 | 说明 | |
---|---|---|
Application | 获取当前 HTTP 请求的应用程序对象。 (继承自 WebService。) | |
Container | 获取组件的容器。 (继承自 MarshalByValueComponent。) | |
Context | 获取当前请求的 ASP.NET HttpContext,它封装了由 HTTP 服务器用来处理 Web 请求的所有 HTTP 特定的上下文。 (继承自 WebService。) | |
DesignMode | 获取指示组件当前是否处于设计模式的值。 (继承自 MarshalByValueComponent。) | |
Events | 获取附加到该组件的事件处理程序的列表。 (继承自 MarshalByValueComponent。) | |
RequestContext | RequestContext 与此 web 服务请求。 (继承自 TeamFoundationWebService。) | |
Server | 获取当前请求的 HttpServerUtility。 (继承自 WebService。) | |
Session | 获取当前请求的 HttpSessionState 实例。 (继承自 WebService。) | |
Site | 获取或设置组件的位置。 (继承自 MarshalByValueComponent。) | |
SoapVersion | 获取用于向 XML Web services 发送 SOAP 请求的 SOAP 协议的版本。 (继承自 WebService。) | |
User | 获取 ASP.NET 服务器 User 对象。可用于验证用户是否有权执行请求。 (继承自 WebService。) |
页首
方法
名称 | 说明 | |
---|---|---|
AddWebServiceResource | 添加应对配置该请求结束时的 web 服务方法使用的 IDisposable 资源。 (继承自 TeamFoundationWebService。) | |
CreateTeamProjectRepository | ||
DeleteProject | 这是删除团队项目 TfsDeleteProject.exe 调用的方法。 | |
Dispose() | 释放由 MarshalByValueComponent 使用的所有资源。 (继承自 MarshalByValueComponent。) | |
Dispose(Boolean) | 释放由 MarshalByValueComponent 占用的非托管资源,还可以另外再释放托管资源。 (继承自 MarshalByValueComponent。) | |
EnterMethod | EnterMethod 用于注意 WebMethod 执行的开头。 (继承自 TeamFoundationWebService。) | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 MarshalByValueComponent。) | |
GetArtifacts | 返回项目列出了与 ArtifactUriList 对应的元素。 | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetService | 获取 IServiceProvider 的实施者。 (继承自 MarshalByValueComponent。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
HandleException | 这个基本 WebService ExceptionHandler 在将来记录的请求上下文捕获异常并将它记录。服务可以选择重写此方法,根据异常,更改异常,就餐或者让其的事件传递。 (继承自 TeamFoundationWebService。) | |
LeaveMethod | 应调用 LeaveMethod 为代码的最后一部分。WebMethod 范围内的执行的。 (继承自 TeamFoundationWebService。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
QueryRefs | ||
QueryRepositories | ||
SetMethodName | 设置方法名称 (不调用 EnterMethod) 将视为调用与 methodInformation 同一个实例,因此,但,不带参数,因此方法正确登录事件日志而不是其 URL。 (继承自 TeamFoundationWebService。) | |
ToString | 返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (继承自 MarshalByValueComponent。) |
页首
事件
名称 | 说明 | |
---|---|---|
Disposed | 添加事件处理程序以侦听组件上的 Disposed 事件。 (继承自 MarshalByValueComponent。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。