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 voidexportExecution(ExecutionContext context, Map<String,String> repositoryParameters)ArtefactInfogetArtefactInfo(Map<String,String> repositoryParameters)TestSetStatusOverviewgetTestSetStatusOverview(Map<String,String> repositoryParameters)ImportResultimportArtefact(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
-
-