File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/main/java/com/cloudbees/hudson/plugins/folder/computed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7272import edu .umd .cs .findbugs .annotations .CheckForNull ;
7373import edu .umd .cs .findbugs .annotations .NonNull ;
7474import edu .umd .cs .findbugs .annotations .Nullable ;
75+ import hudson .diagnosis .OldDataMonitor ;
7576import javax .servlet .ServletException ;
7677import net .jcip .annotations .GuardedBy ;
7778import java .nio .charset .StandardCharsets ;
@@ -293,6 +294,14 @@ public String getDisplayName() {
293294 return AlternativeUiTextProvider .get (DISPLAY_NAME , this , Messages .FolderComputation_DisplayName ());
294295 }
295296
297+ /**
298+ * May be used by {@link OldDataMonitor} in its {@code manage} view.
299+ * @return {@link ComputedFolder#getFullName}
300+ */
301+ public String getFullName () {
302+ return folder .getFullName ();
303+ }
304+
296305 /**
297306 * {@inheritDoc}
298307 */
You can’t perform that action at this time.
0 commit comments