Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
The class JobSchedulerRestClient implements the methods
executeRestServiceCommand (String command, String url)
executeRestServiceCommand (String command,java.net.URL url)
executeRestServiceCommand (String command,java.net.URL url, String body)
but not
executeRestServiceCommand (String command,String url, String body)
Desired Behavior
The class JobSchedulerRestClient should implement the method
executeRestServiceCommand (String command,String url, String body)