C# 클래스 SourceControl.Tfs.Factory

파일 보기 프로젝트 열기: daptiv/Malevich

공개 메소드들

메소드 설명
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