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
Exception
step.core.repositories.TestSetStatusOverview getTestSetStatusOverview(Map<String,String> repositoryParameters) throws Exception
Exception
step.core.repositories.ImportResult importArtefact(Map<String,String> repositoryParameters, Map<String,String> executionAttributes) throws Exception
Exception
void reportExecution(Map<String,String> repositoryParameters, String executionId) throws Exception
Exception
Integer reportTestCaseStart(Map<String,String> repositoryParameters, String testCaseReportNodeId) throws Exception
Exception
Copyright © 2020. All rights reserved.