Package step.core.repositories
Class RepositoryObjectManager
- java.lang.Object
-
- step.core.repositories.RepositoryObjectManager
-
public class RepositoryObjectManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_KEY
-
Constructor Summary
Constructors Constructor Description RepositoryObjectManager(PlanAccessor planAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportExport
exportTestExecutionReport(ExecutionContext context, RepositoryObjectReference report)
ArtefactInfo
getArtefactInfo(RepositoryObjectReference ref)
TestSetStatusOverview
getReport(RepositoryObjectReference report)
ImportResult
importPlan(ExecutionContext context, RepositoryObjectReference artefact)
void
registerRepository(String id, Repository repository)
-
-
-
Field Detail
-
CLIENT_KEY
public static final String CLIENT_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RepositoryObjectManager
public RepositoryObjectManager(PlanAccessor planAccessor)
-
-
Method Detail
-
registerRepository
public void registerRepository(String id, Repository repository)
-
importPlan
public ImportResult importPlan(ExecutionContext context, RepositoryObjectReference artefact) throws Exception
- Throws:
Exception
-
exportTestExecutionReport
public ReportExport exportTestExecutionReport(ExecutionContext context, RepositoryObjectReference report)
-
getArtefactInfo
public ArtefactInfo getArtefactInfo(RepositoryObjectReference ref) throws Exception
- Throws:
Exception
-
getReport
public TestSetStatusOverview getReport(RepositoryObjectReference report) throws Exception
- Throws:
Exception
-
-