Skip to content

Commit

Permalink
[FIXED JENKINS-10414] expose the item ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Aug 10, 2011
1 parent 6b95b9b commit af89f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -69,6 +69,9 @@
<li class=rfe>
OS X package now provides customizable commandline
(<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>
Added a dignosis CLI command to report the current granted authorities.
<li class=rfe>
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/Queue.java
Expand Up @@ -1181,6 +1181,7 @@ public static abstract class Item extends Actionable {
* 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;

/**
Expand Down

0 comments on commit af89f5e

Please sign in to comment.