Class StagingRepositoryClient

java.lang.Object
step.client.AbstractRemoteClient
step.client.repository.StagingRepositoryClient
All Implemented Interfaces:
Closeable, 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 Details

    • StagingRepositoryClient

      public StagingRepositoryClient()
      Deprecated.
    • StagingRepositoryClient

      public StagingRepositoryClient(ControllerCredentials credentials)
      Deprecated.
  • Method Details