You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handleServiceBasedJobExitStatus I don't know what this method is supposed to do? Apparently it still works if I implement it as an empty method, so is it needed?
ExecutionResult execute(String command, boolean waitForIncompatibleClassChangeError, OutputStream outputStream) and ExecutionResult execute(Command command, boolean waitFor) are unused
Is it necessary to have execute methods with both command as String and Command; and both with and without waitFor? Those could also be implemented as default methods if required
I also think it's strange that there is a method File queryWorkingDirectory(). First, the value is only used to set the log directory, not he working directory. Second, wouldn't it make more sense to set both the default log directory and default working directory in the job manager?
It has several similar (and apparently unused?) methods, maybe some of them could be removed.
For some methods it's not obvious how to implement them, so it would be nice if there was some documentation.
The text was updated successfully, but these errors were encountered: