scheduling icon indicating copy to clipboard operation
scheduling copied to clipboard

The REST java-client SchedulerClient#pushFile() method should have typed params

Open activeeon-bot opened this issue 11 years ago • 2 comments

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.

activeeon-bot avatar Apr 29 '14 16:04 activeeon-bot

Original comment posted by Brian Amedro on 14, Aug 2014 at 15:35 PM


Is it still valid ?

activeeon-bot avatar Aug 14 '14 13:08 activeeon-bot

yes it's still valid.

fviale avatar Feb 01 '16 12:02 fviale