We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af53dd + 37554fc commit 4ed5cc9Copy full SHA for 4ed5cc9
src/main/java/com/cloudbees/hudson/plugins/folder/computed/ComputedFolder.java
@@ -84,6 +84,7 @@
84
import org.kohsuke.stapler.QueryParameter;
85
import org.kohsuke.stapler.StaplerRequest;
86
import org.kohsuke.stapler.StaplerResponse;
87
+import org.kohsuke.stapler.export.Exported;
88
import org.kohsuke.stapler.interceptor.RequirePOST;
89
90
import static javax.servlet.http.HttpServletResponse.SC_INTERNAL_SERVER_ERROR;
@@ -528,6 +529,7 @@ public List<Action> getActions() {
528
529
*
530
* @return {@code true} if this folder can currently be recomputed.
531
*/
532
+ @Exported
533
public boolean isBuildable() {
534
if (isDisabled()) {
535
return false;
0 commit comments