Method and Description |
---|
com.revo.deployr.client.RClient.executeScript(String, String, String)
As of release 7.1, use executeScript method that
supports scriptDirectory parameter. This deprecated call assumes
each script is found in the root directory.
|
com.revo.deployr.client.api.RProjectExecuteCalls.executeScript(String, String, String)
As of release 7.1, use executeScript method that
supports scriptDirectory parameter. This deprecated call assumes
each script is found in the root directory.
|
com.revo.deployr.client.RClient.executeScript(String, String, String, AnonymousProjectExecutionOptions)
As of release 7.1, use executeScript method that
supports scriptDirectory parameter. This deprecated call assumes
each script is found in the root directory.
|
com.revo.deployr.client.api.RProjectExecuteCalls.executeScript(String, String, String, ProjectExecutionOptions)
As of release 7.1, use executeScript method that
supports scriptDirectory parameter. This deprecated call assumes
each script is found in the root directory.
|
com.revo.deployr.client.api.RUserJobCalls.submitJobScript(String, String, String, String, String)
As of release 7.1, use submitJobScript method that
supports scriptDirectory parameter. This deprecated call assumes
each script is found in the root directory.
|
com.revo.deployr.client.api.RUserJobCalls.submitJobScript(String, String, String, String, String, JobExecutionOptions)
As of release 7.1, use submitJobScript method that
supports scriptDirectory parameter. This deprecated call assumes
each script is found in the root directory.
|