C# Класс SourceControl.Tfs.Factory

Показать файл Открыть проект

Открытые методы

Метод Описание
GetIBugServer ( string server, string workspace, string workspaceOwner, string user, string passwd ) : IBugServer

Factory for WorkItemStore connections.

GetISourceControl ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : ISourceControl

Factory for the TFS connector instances.

GetSettings ( ) : SourceControlSettings

Gets the Tfs client settings.

Приватные методы

Метод Описание
AutoDiscoverTfsSettings ( SourceControlSettings settings ) : bool

Autodiscovers TFS client based on the current directory.

Описание методов

GetIBugServer() публичный статический Метод

Factory for WorkItemStore connections.
public static GetIBugServer ( string server, string workspace, string workspaceOwner, string user, string passwd ) : IBugServer
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.
Результат IBugServer

GetISourceControl() публичный статический Метод

Factory for the TFS connector instances.
public static GetISourceControl ( string server, string workspace, string workspaceOwner, string user, string passwd, bool getFilesFromShelveSet ) : ISourceControl
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.
getFilesFromShelveSet bool If true, the file versions are coming from shelvesets, /// otherwise - from local disk.
Результат ISourceControl

GetSettings() публичный статический Метод

Gets the Tfs client settings.
public static GetSettings ( ) : SourceControlSettings
Результат SourceControl.SourceControlSettings