Class CloudStorageProjectOpener
Inheritance
System.Object
CloudStorageProjectOpener
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Repository
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CloudStorageProjectOpener : ICloudStorageProjectOpener
Constructors
CloudStorageProjectOpener(String, IFileReaderWriterSync, IRepositoryDataBus)
Declaration
public CloudStorageProjectOpener(string defaultProjectPath, IFileReaderWriterSync fileReaderWriter = null, IRepositoryDataBus dataBus = null)
Parameters
System.String
defaultProjectPath
|
Telerik.TestStudio.Interfaces.Storage.Local.IFileReaderWriterSync
fileReaderWriter
|
IRepositoryDataBus
dataBus
|
Properties
ConnectionStatus
Declaration
public string ConnectionStatus { get; }
Property Value
System.String
|
Implements
IsCredentialsChanged
Declaration
public bool IsCredentialsChanged { get; set; }
Property Value
System.Boolean
|
Implements
LicenseSession
Declaration
public ICloudLicenseSession LicenseSession { get; set; }
Property Value
Telerik.TestStudio.Interfaces.Storage.Cloud.ICloudLicenseSession
|
Implements
Methods
GetLocalProjectPath(String)
Declaration
public string GetLocalProjectPath(string projectName)
Parameters
System.String
projectName
|
Returns
System.String
|
Implements
SaveProjectAndTestLocallyAsync(IStorageDocument<ProjectNameTransport>, Guid, String)
SaveProjectLocallyAsync(IStorageDocument<ProjectNameTransport>, String)
SaveProjectWithTestListsAndTestsLocallyAsync(IStorageDocument<ProjectNameTransport>, String, Boolean)
SaveTestByPathLocallyAsync(String, String)
Declaration
public Task SaveTestByPathLocallyAsync(string projectPath, string relativeTestPath)
Parameters
System.String
projectPath
|
System.String
relativeTestPath
|
Returns
System.Threading.Tasks.Task
|
Implements
SaveTestLocallyAsync(Guid, String)
Declaration
public Task SaveTestLocallyAsync(Guid testId, string projectPath)
Parameters
System.Guid
testId
|
System.String
projectPath
|
Returns
System.Threading.Tasks.Task
|