C# Class SourceControl.Tfs.BugServer

The TFS bug tracking interface.
Inheritance: TfsServerBase, IBugServer
显示文件 Open project: daptiv/Malevich

Private Properties

Property Type Description
BugServer System
IBugServer IBug
IBugServer bool
IBugServer void
IDisposable void

Public Methods

Method Description
GetInstance ( string server, string workspace, string workspaceOwner, string user, string passwd ) : BugServer

Factory for WorkItemStore connections.

Private Methods

Method Description
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.

Method Details

GetInstance() public static method

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.
return BugServer