Class StagingRepository

  • All Implemented Interfaces:
    Repository

    public class StagingRepository
    extends java.lang.Object
    implements Repository
    Deprecated.
    The staging client is deprecated and will be removed in future releases. All executions are now providing an isolated context thus making the Staging repository useless.
    • Method Detail

      • getArtefactInfo

        public ArtefactInfo getArtefactInfo​(java.util.Map<java.lang.String,​java.lang.String> repositoryParameters)
                                     throws java.lang.Exception
        Deprecated.
        Specified by:
        getArtefactInfo 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
        Deprecated.
        Specified by:
        importArtefact 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
        Deprecated.
        Specified by:
        getTestSetStatusOverview 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
        Deprecated.
        Specified by:
        exportExecution in interface Repository
        Throws:
        java.lang.Exception