3031323334353637383940
// } @GET @Produces({ XML, JSON }) public JobExecutionData get() throws OpsException { JobExecutionData jobExecution = jobRegistry.findExecution(job.getJobKey(), runId); if (jobExecution == null) { raiseNotFound(); } return jobExecution;