C# 클래스 SourceControl.Tfs.BugServer

The TFS bug tracking interface.
상속: TfsServerBase, IBugServer
파일 보기 프로젝트 열기: daptiv/Malevich

Private Properties

프로퍼티 타입 설명
BugServer System
IBugServer IBug
IBugServer bool
IBugServer void
IDisposable void

공개 메소드들

메소드 설명
GetInstance ( string server, string workspace, string workspaceOwner, string user, string passwd ) : BugServer

Factory for WorkItemStore connections.

비공개 메소드들

메소드 설명
BugServer ( string server, string workspace, string workspaceOwner, string user, string passwd ) : System

Trivial constructor.

IBugServer ( string id ) : IBug

Gets an IBug interface for the given ID.

IBugServer ( ) : bool

Connects to the TFS workitem server.

IBugServer ( ) : void

Disconnects from the TFS workitem server.

IDisposable ( ) : void

Calls Disconnect.

메소드 상세

GetInstance() 공개 정적인 메소드

Factory for WorkItemStore connections.
public static GetInstance ( string server, string workspace, string workspaceOwner, string user, string passwd ) : BugServer
server string The Tfs server.
workspace string The workspace.
workspaceOwner string
user string Perforce user name, can be null.
passwd string Perforce password, can be null.
리턴 BugServer