提交 4bb0f989 编写于 作者: J Jesse Glick

[FIXED JENKINS-21190] [FIXED JENKINS-21191] Noting merge of #1082.

上级 a135dce2
...@@ -55,6 +55,10 @@ Upcoming changes</a> ...@@ -55,6 +55,10 @@ 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=rfe>
Ability for custom view types to disable automatic refresh.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21190">issue 21190</a>)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21191">issue 21191</a>)
<li class=rfe> <li class=rfe>
Option to download metadata directly from Jenkins rather than going through the browser. Option to download metadata directly from Jenkins rather than going through the browser.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19081">issue 19081</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19081">issue 19081</a>)
......
...@@ -377,7 +377,7 @@ public abstract class View extends AbstractModelObject implements AccessControll ...@@ -377,7 +377,7 @@ public abstract class View extends AbstractModelObject implements AccessControll
/** /**
* Enables or disables automatic refreshes of the view. * Enables or disables automatic refreshes of the view.
* By default, automatic refreshes are enabled. * By default, automatic refreshes are enabled.
* @since TODO: define a version * @since 1.557
*/ */
public boolean isAutomaticRefreshEnabled() { public boolean isAutomaticRefreshEnabled() {
return true; return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册