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