Package step.core.repositories
Interface Repository
-
- All Known Implementing Classes:
AbstractRepository
,LocalRepository
,StagingRepository
public interface Repository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exportExecution(ExecutionContext context, Map<String,String> repositoryParameters)
ArtefactInfo
getArtefactInfo(Map<String,String> repositoryParameters)
TestSetStatusOverview
getTestSetStatusOverview(Map<String,String> repositoryParameters)
ImportResult
importArtefact(ExecutionContext context, Map<String,String> repositoryParameters)
-
-
-
Method Detail
-
getArtefactInfo
ArtefactInfo getArtefactInfo(Map<String,String> repositoryParameters) throws Exception
- Throws:
Exception
-
getTestSetStatusOverview
TestSetStatusOverview getTestSetStatusOverview(Map<String,String> repositoryParameters) throws Exception
- Throws:
Exception
-
importArtefact
ImportResult importArtefact(ExecutionContext context, Map<String,String> repositoryParameters) throws Exception
- Throws:
Exception
-
-