diff --git a/changelog.html b/changelog.html index 409c74f8267839696f1390375e2745002535d157..078b3bf487c100f332dd39ef7f33d3cbf0125fea 100644 --- a/changelog.html +++ b/changelog.html @@ -69,6 +69,9 @@ Upcoming changes
  • OS X package now provides customizable commandline (pull request 195) +
  • + Improved the remote API for queue + (issue 10414)
  • Added a dignosis CLI command to report the current granted authorities.
  • diff --git a/core/src/main/java/hudson/model/Queue.java b/core/src/main/java/hudson/model/Queue.java index 6a1727b3a9b6b3c7beb58ff3d9f61e6a82acc440..1efba045324c7a2c8ee6326470da99b2cc9e568e 100644 --- a/core/src/main/java/hudson/model/Queue.java +++ b/core/src/main/java/hudson/model/Queue.java @@ -1181,6 +1181,7 @@ public class Queue extends ResourceController implements Saveable { * VM-wide unique ID that tracks the {@link Task} as it moves through different stages * in the queue (each represented by different subtypes of {@link Item}. */ + @Exported public final int id; /**