scheduling
scheduling copied to clipboard
The REST java-client SchedulerClient#pushFile() method should have typed params
Original issue created by Vladimir Bodnartchouk on 29, Apr 2014 at 18:01 PM - SCHEDULING-2017
The current signature:
SchedulerClient#pushFile(String spacename, String pathname, String filename, String file)
Is not user friendly ...
'spacename' parameter should be typed as it can be only "USERSPACE" or "GLOBALSPACE" and the last parameter named 'file' should have java.io.File type since it's always the local file to upload.
yes it's still valid.