提交 af89f5e9 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-10414] expose the item ID

上级 6b95b9be
...@@ -69,6 +69,9 @@ Upcoming changes</a> ...@@ -69,6 +69,9 @@ Upcoming changes</a>
<li class=rfe> <li class=rfe>
OS X package now provides customizable commandline OS X package now provides customizable commandline
(<a href="https://github.com/jenkinsci/jenkins/pull/195">pull request 195</a>) (<a href="https://github.com/jenkinsci/jenkins/pull/195">pull request 195</a>)
<li class=rfe>
Improved the remote API for queue
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10414">issue 10414</a>)
<li class=rfe> <li class=rfe>
Added a dignosis CLI command to report the current granted authorities. Added a dignosis CLI command to report the current granted authorities.
<li class=rfe> <li class=rfe>
......
...@@ -1181,6 +1181,7 @@ public class Queue extends ResourceController implements Saveable { ...@@ -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 * 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}. * in the queue (each represented by different subtypes of {@link Item}.
*/ */
@Exported
public final int id; public final int id;
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册