提交 3f716320 编写于 作者: O Oleg Nenashev

Merge pull request #1968 from varmenise/changelogs-idleOfflineCause

IdleOfflineCause changelogs and @since
...@@ -55,7 +55,9 @@ Upcoming changes</a> ...@@ -55,7 +55,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. --> <!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=--> <div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image> <ul class=image>
<li class=> <li class="rfe">
API changes: Add a reusable implementation of <code>IdleOfflineCause</code> class.
(<a href="https://github.com/jenkinsci/jenkins/commit/7e05b5032e138b5780eabc790d7cddecdc9b0b7c">commit 7e05b50</a>)
</ul> </ul>
</div><!--=TRUNK-END=--> </div><!--=TRUNK-END=-->
<h3><a name=v1.643>What's new in 1.643</a> (2015/12/20)</h3> <h3><a name=v1.643>What's new in 1.643</a> (2015/12/20)</h3>
......
...@@ -158,7 +158,7 @@ public abstract class OfflineCause { ...@@ -158,7 +158,7 @@ public abstract class OfflineCause {
/** /**
* Caused by idle period. * Caused by idle period.
* @since TODO * @since 1.644
*/ */
public static class IdleOfflineCause extends SimpleOfflineCause { public static class IdleOfflineCause extends SimpleOfflineCause {
public IdleOfflineCause () { public IdleOfflineCause () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册