Skip to content

Commit

Permalink
[FIXED JENKINS-21190] [FIXED JENKINS-21191] Noting merge of #1082.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 17, 2014
1 parent a135dce commit 4bb0f98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,10 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<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>
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>)
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/View.java
Expand Up @@ -377,7 +377,7 @@ public boolean isEditable() {
/**
* Enables or disables automatic refreshes of the view.
* By default, automatic refreshes are enabled.
* @since TODO: define a version
* @since 1.557
*/
public boolean isAutomaticRefreshEnabled() {
return true;
Expand Down

0 comments on commit 4bb0f98

Please sign in to comment.