84858687888990
public String getJobExceptionStacktrace(String jobId) { return commandExecutor.execute(new GetJobExceptionStacktraceCmd(jobId)); } public Map<String, String> getProperties() { return commandExecutor.execute(new GetPropertiesCmd()); }
76777879808182