Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

API Method - clientRepoRun(String command)

This method runs any G-Repository Client commands as command-line arguments.

Exceptions

The following GenRocket Exception may be thrown by this method:

  • There is nothing to run
  • A -repo name, is required

Runtime Method Signature

Use this method signature when directly accessing the GenRocket binary runtime.

clientRepoRun(String command)

REST/Socket Payload Request

Use this API JSON request payload when making an API call to the GenRocket REST or Socket Engine.

{
  "interfaceType": "Manual",
  "methodName": "clientRepoRun",
  "parameters": {
     "command": ""
  }
}

Example Usage

final EngineAPI api = new EngineManual()

api.clientRepoRun('-grepo BankDemo -grs BranchScenario -tdc BankingSuite.Load.branch1000')