Interface ICloudStorageProjectOpener
Namespace: ArtOfTest.WebAii.Design.Repository
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ICloudStorageProjectOpener
Properties
ConnectionStatus
Declaration
string ConnectionStatus { get; }
Property Value
System.String
|
IsCredentialsChanged
Declaration
bool IsCredentialsChanged { get; set; }
Property Value
System.Boolean
|
LicenseSession
Declaration
ICloudLicenseSession LicenseSession { get; set; }
Property Value
Telerik.TestStudio.Interfaces.Storage.Cloud.ICloudLicenseSession
|
Methods
GetLocalProjectPath(String)
Declaration
string GetLocalProjectPath(string projectName)
Parameters
System.String
projectName
|
Returns
System.String
|
SaveProjectAndTestLocallyAsync(IStorageDocument<ProjectNameTransport>, Guid, String)
SaveProjectLocallyAsync(IStorageDocument<ProjectNameTransport>, String)
SaveProjectWithTestListsAndTestsLocallyAsync(IStorageDocument<ProjectNameTransport>, String, Boolean)
SaveTestByPathLocallyAsync(String, String)
Declaration
Task SaveTestByPathLocallyAsync(string projectPath, string relativeTestPath)
Parameters
System.String
projectPath
|
System.String
relativeTestPath
|
Returns
System.Threading.Tasks.Task
|
SaveTestLocallyAsync(Guid, String)
Declaration
Task SaveTestLocallyAsync(Guid testId, string projectPath)
Parameters
System.Guid
testId
|
System.String
projectPath
|
Returns
System.Threading.Tasks.Task
|