提交 bbe36a5a 编写于 作者: J Jesse Glick

[FIXED JENKINS-19400] Noting merge of #1055: BuildReference.HolderFactory.

上级 2d8264b6
...@@ -69,6 +69,9 @@ Upcoming changes</a> ...@@ -69,6 +69,9 @@ Upcoming changes</a>
<li class=rfe> <li class=rfe>
Added API class <code>SecurityListener</code> to receive login events and similar. Added API class <code>SecurityListener</code> to receive login events and similar.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>)
<li class=rfe>
Option to hold lazy-loaded build references strongly, weakly, and more.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19400">issue 19400</a>)
</ul> </ul>
</div><!--=TRUNK-END=--> </div><!--=TRUNK-END=-->
......
...@@ -27,7 +27,7 @@ import org.kohsuke.accmod.restrictions.NoExternalUse; ...@@ -27,7 +27,7 @@ import org.kohsuke.accmod.restrictions.NoExternalUse;
* and find things in it. * and find things in it.
* *
* @author Kohsuke Kawaguchi * @author Kohsuke Kawaguchi
* @since 1.485 (but as of TODO not a {@link SoftReference}) * @since 1.485 (but as of 1.548 not a {@link SoftReference})
*/ */
public final class BuildReference<R> { public final class BuildReference<R> {
...@@ -67,7 +67,7 @@ public final class BuildReference<R> { ...@@ -67,7 +67,7 @@ public final class BuildReference<R> {
/** /**
* An abstraction of {@link Reference}. * An abstraction of {@link Reference}.
* @since TODO * @since 1.548
*/ */
public interface Holder<R> { public interface Holder<R> {
...@@ -81,7 +81,7 @@ public final class BuildReference<R> { ...@@ -81,7 +81,7 @@ public final class BuildReference<R> {
/** /**
* Extensible factory for creating build references. * Extensible factory for creating build references.
* @since TODO * @since 1.548
*/ */
public interface HolderFactory extends ExtensionPoint { public interface HolderFactory extends ExtensionPoint {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册