Class LocalTestListResultDataBus
Inheritance
System.Object
LocalTestListResultDataBus
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.TestListResults
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class LocalTestListResultDataBus : ITestListResultDataBus
Constructors
LocalTestListResultDataBus(IIndex<String, Func<IStoragePathBuilder, IStorageRepository<IStorageDocument<TestListResultTransport>>>>, IIndex<String, Func<IStoragePathBuilder, IStorageRepository<IStorageDocument<RunResult>>>>, IIndex<Type, Func<String[], IStoragePathBuilder>>, TestListResultDataBusParams)
Properties
StorageType
Declaration
public StorageType StorageType { get; }
Property Value
|
Telerik.TestStudio.Shared.Storage.StorageType
|
Implements
Methods
DeleteTestListResult(String)
Declaration
public Task DeleteTestListResult(string headerId)
Parameters
|
System.String
headerId
|
Returns
|
System.Threading.Tasks.Task
|
Implements
DownloadPerfResultAsync(Guid, CancellationToken)
Declaration
public Task<IQueryable<IStorageDocument<ResultsFileXmlRoot>>> DownloadPerfResultAsync(Guid headerId, CancellationToken token)
Parameters
|
System.Guid
headerId
|
|
System.Threading.CancellationToken
token
|
Returns
|
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<ResultsFileXmlRoot>>>
|
Implements
DownloadRunResultsAsync(Guid, CancellationToken, IAttachmentDownloadSettings)
Declaration
public Task<IQueryable<IStorageDocument<RunResult>>> DownloadRunResultsAsync(Guid headerId, CancellationToken token, IAttachmentDownloadSettings attachmentSettings = null)
Parameters
|
System.Guid
headerId
|
|
System.Threading.CancellationToken
token
|
|
Telerik.TestStudio.Interfaces.Storage.IAttachmentDownloadSettings
attachmentSettings
|
Returns
|
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<RunResult>>>
|
Implements
DownloadTestListResultAsync(Guid, CancellationToken)
Declaration
public Task<IStorageDocument<TestListResultTransport>> DownloadTestListResultAsync(Guid transportID, CancellationToken token)
Parameters
|
System.Guid
transportID
|
|
System.Threading.CancellationToken
token
|
Returns
|
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>
|
Implements
DownloadTestListResultsForProjectAsync(Guid)
Declaration
public Task<IQueryable<IStorageDocument<TestListResultTransport>>> DownloadTestListResultsForProjectAsync(Guid projectId)
Parameters
|
System.Guid
projectId
|
Returns
|
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>>
|