Class StagingRepositoryClient

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class StagingRepositoryClient
    extends AbstractRemoteClient
    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.
    This class represents a client for the execution of fully isolated runs on the controller. Fully isolated means that all the artefacts used for execution (Plan, Functions, and parameters) are isolated from the artefacts that might be already located on the controller
    • Constructor Detail

      • StagingRepositoryClient

        public StagingRepositoryClient()
        Deprecated.
      • StagingRepositoryClient

        public StagingRepositoryClient​(ControllerCredentials credentials)
        Deprecated.