Skip to content

Commit

Permalink
add project in scheduled job info
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jul 19, 2016
1 parent 3e87805 commit 4e22156
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void setServerOwner(boolean serverOwner) {
public Map<Object, Object> toMap() {
HashMap<Object, Object> map = new LinkedHashMap<>();
map.put("job", toBasicString());
map.put("project", getProject());
map.put("serverNodeUUID", getServerNodeUUID());
map.put("scheduled", scheduled);
map.put("scheduleEnabled", scheduleEnabled);
Expand Down

0 comments on commit 4e22156

Please sign in to comment.