Method | 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 ( ) : |
Gets the Tfs client settings.
|
Method | Description | |
---|---|---|
AutoDiscoverTfsSettings ( |
Autodiscovers TFS client based on the current directory.
|
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. |
return | IBugServer |
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. |
return | ISourceControl |
public static GetSettings ( ) : |
||
return |