InterfaceITestListResultLoaderAdapter
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Repository.TestListResults
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface ITestListResultLoaderAdapter
Methods
DownloadAndTransformResultsAsync(StorageType, TestListResultDataBusParams, Guid)
Loads the list of RunResults from cloud/local disk related to the header
Declaration
cs-api-definition
Task<IEnumerable<TestResult>> DownloadAndTransformResultsAsync(StorageType storageType, TestListResultDataBusParams job, Guid headerId)
Parameters
storageType
StorageType
cloud or local
job
the project path and credentials
headerId
DispatchGroupId for test list results
Returns