Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
BATCHADM-132 Add startDate to execution.ftl & executions.ftl for retr…
Browse files Browse the repository at this point in the history
…ieval as JSON via GET operations
  • Loading branch information
Antoine Rey authored and mminella committed Sep 27, 2016
1 parent 3c0c115 commit fc9b05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
"id" : "${jobExecutionInfo.id?c}",
"name" : "${jobExecutionInfo.name}",
"status" : "${jobExecutionInfo.jobExecution.status}",
"startDate" : "${jobExecutionInfo.startDate}",
"startTime" : "${jobExecutionInfo.startTime}",
"duration" : "${jobExecutionInfo.duration}",
"exitCode" : "${jobExecutionInfo.jobExecution.exitStatus.exitCode}",
Expand Down
Expand Up @@ -6,6 +6,7 @@
"jobExecutions" : {<#list jobExecutions as jobExecutionInfo><#assign url><@spring.url relativeUrl="${servletPath}/jobs/executions/${jobExecutionInfo.id?c}.json"/></#assign>
"${jobExecutionInfo.id}" : {
"status" : "${jobExecutionInfo.jobExecution.status}",
"startDate" : "${jobExecutionInfo.startDate}",
"startTime" : "${jobExecutionInfo.startTime}",
"duration" : "${jobExecutionInfo.duration}",
"resource" : "${baseUrl}${url}",
Expand Down

0 comments on commit fc9b05c

Please sign in to comment.