Class LocalRepository

  • All Implemented Interfaces:
    Repository

    public class LocalRepository
    extends java.lang.Object
    implements Repository
    • Constructor Detail

      • LocalRepository

        public LocalRepository​(PlanAccessor planAccessor)
    • Method Detail

      • getArtefactInfo

        public ArtefactInfo getArtefactInfo​(java.util.Map<java.lang.String,​java.lang.String> repositoryParameters)
                                     throws java.lang.Exception
        Specified by:
        getArtefactInfo in interface Repository
        Throws:
        java.lang.Exception
      • getTestSetStatusOverview

        public TestSetStatusOverview getTestSetStatusOverview​(java.util.Map<java.lang.String,​java.lang.String> repositoryParameters)
                                                       throws java.lang.Exception
        Specified by:
        getTestSetStatusOverview in interface Repository
        Throws:
        java.lang.Exception
      • importArtefact

        public ImportResult importArtefact​(ExecutionContext context,
                                           java.util.Map<java.lang.String,​java.lang.String> repositoryParameters)
                                    throws java.lang.Exception
        Specified by:
        importArtefact in interface Repository
        Throws:
        java.lang.Exception
      • exportExecution

        public void exportExecution​(ExecutionContext context,
                                    java.util.Map<java.lang.String,​java.lang.String> repositoryParameters)
                             throws java.lang.Exception
        Specified by:
        exportExecution in interface Repository
        Throws:
        java.lang.Exception