File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/cloudbees/hudson/plugins/folder/computed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 8484import org .kohsuke .stapler .QueryParameter ;
8585import org .kohsuke .stapler .StaplerRequest ;
8686import org .kohsuke .stapler .StaplerResponse ;
87+ import org .kohsuke .stapler .export .Exported ;
8788import org .kohsuke .stapler .interceptor .RequirePOST ;
8889
8990import 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 ;
You can’t perform that action at this time.
0 commit comments