C# Class SourceControl.Tfs.Factory

Afficher le fichier Open project: daptiv/Malevich

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
AutoDiscoverTfsSettings ( SourceControlSettings settings ) : bool

Autodiscovers TFS client based on the current directory.

Method Details

GetIBugServer() public static méthode

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.
Résultat IBugServer

GetISourceControl() public static méthode

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.
Résultat ISourceControl

GetSettings() public static méthode

Gets the Tfs client settings.
public static GetSettings ( ) : SourceControlSettings
Résultat SourceControl.SourceControlSettings