提交 216d3355 编写于 作者: O Oleg Nenashev

Noting #1709

上级 7205da02
......@@ -55,7 +55,10 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Improper calculation of queue length in <code>UnlabeledLoadStatistics</code>
causing overheads in Cloud slave provisioning
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-28446">issue 28446</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v1.614>What's new in 1.614</a> (2015/05/17)</h3>
......
......@@ -970,7 +970,7 @@ public class Queue extends ResourceController implements Saveable {
* @param l Label to be checked. If null, only jobs without assigned labels
* will be taken into the account.
* @return Number of {@link BuildableItem}s for the specified label.
* @since TODO
* @since 1.615
*/
public @Nonnegative int strictCountBuildableItemsFor(@CheckForNull Label l) {
Snapshot _snapshot = this.snapshot;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册