public class JiraZephyrRepository extends Object implements step.core.repositories.Repository, Closeable
Constructor and Description |
---|
JiraZephyrRepository(ch.exense.commons.app.Configuration configuration,
step.core.plans.PlanAccessor planAccessor,
step.core.artefacts.reports.ReportNodeAccessor reportNodeAccessor,
step.core.execution.model.ExecutionAccessor executionAccessor,
step.resources.ResourceManager resourceManager,
JiraRestClient jiraRestClient,
ZephyrRestClient zephyrRestClient) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
exportExecution(step.core.execution.ExecutionContext context,
Map<String,String> repositoryParameters) |
step.core.repositories.ArtefactInfo |
getArtefactInfo(Map<String,String> repositoryParameterMap) |
step.core.repositories.TestSetStatusOverview |
getTestSetStatusOverview(Map<String,String> repositoryParameterMap) |
step.core.repositories.ImportResult |
importArtefact(step.core.execution.ExecutionContext context,
Map<String,String> repositoryParameterMap) |
public JiraZephyrRepository(ch.exense.commons.app.Configuration configuration, step.core.plans.PlanAccessor planAccessor, step.core.artefacts.reports.ReportNodeAccessor reportNodeAccessor, step.core.execution.model.ExecutionAccessor executionAccessor, step.resources.ResourceManager resourceManager, JiraRestClient jiraRestClient, ZephyrRestClient zephyrRestClient) throws step.grid.contextbuilder.ApplicationContextBuilderException, ClassNotFoundException
step.grid.contextbuilder.ApplicationContextBuilderException
ClassNotFoundException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public step.core.repositories.ArtefactInfo getArtefactInfo(Map<String,String> repositoryParameterMap) throws Exception
getArtefactInfo
in interface step.core.repositories.Repository
Exception
public step.core.repositories.TestSetStatusOverview getTestSetStatusOverview(Map<String,String> repositoryParameterMap) throws Exception
getTestSetStatusOverview
in interface step.core.repositories.Repository
Exception
public step.core.repositories.ImportResult importArtefact(step.core.execution.ExecutionContext context, Map<String,String> repositoryParameterMap) throws Exception
importArtefact
in interface step.core.repositories.Repository
Exception
Copyright © 2020. All rights reserved.