public interface ALMRepository
| Modifier and Type | Method and Description | 
|---|---|
step.core.repositories.ArtefactInfo | 
getArtefactInfo(Map<String,String> repositoryParameters)  | 
step.core.repositories.TestSetStatusOverview | 
getTestSetStatusOverview(Map<String,String> repositoryParameters)  | 
step.core.repositories.ImportResult | 
importArtefact(Map<String,String> repositoryParameters,
              Map<String,String> executionAttributes)  | 
void | 
reportExecution(Map<String,String> repositoryParameters,
               String executionId)  | 
void | 
reportTestCaseExecution(Map<String,String> repositoryParameters,
                       String testCaseReportNodeId)  | 
Integer | 
reportTestCaseStart(Map<String,String> repositoryParameters,
                   String testCaseReportNodeId)  | 
step.core.repositories.ArtefactInfo getArtefactInfo(Map<String,String> repositoryParameters) throws Exception
Exceptionstep.core.repositories.TestSetStatusOverview getTestSetStatusOverview(Map<String,String> repositoryParameters) throws Exception
Exceptionstep.core.repositories.ImportResult importArtefact(Map<String,String> repositoryParameters, Map<String,String> executionAttributes) throws Exception
Exceptionvoid reportExecution(Map<String,String> repositoryParameters, String executionId) throws Exception
ExceptionInteger reportTestCaseStart(Map<String,String> repositoryParameters, String testCaseReportNodeId) throws Exception
ExceptionCopyright © 2020. All rights reserved.