Skip to content

Commit 6733789

Browse files
Merge branch 'master' into JENKINS-34502
2 parents f968ced + 917eb99 commit 6733789

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.2</version>
8+
<version>5.3</version>
99
<relativePath/>
1010
</parent>
1111

src/main/java/com/cloudbees/hudson/plugins/folder/computed/ComputedFolder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
import org.kohsuke.stapler.QueryParameter;
8585
import org.kohsuke.stapler.StaplerRequest;
8686
import org.kohsuke.stapler.StaplerResponse;
87+
import org.kohsuke.stapler.export.Exported;
8788
import org.kohsuke.stapler.interceptor.RequirePOST;
8889

8990
import static javax.servlet.http.HttpServletResponse.SC_INTERNAL_SERVER_ERROR;
@@ -528,6 +529,7 @@ public List<Action> getActions() {
528529
*
529530
* @return {@code true} if this folder can currently be recomputed.
530531
*/
532+
@Exported
531533
public boolean isBuildable() {
532534
if (isDisabled()) {
533535
return false;

0 commit comments

Comments
 (0)