On Friday, November 30, 2012 3:46:48 PM UTC+1, Nickolay Rumyantsev wrote: > > Hi! > > The increase of the number of jobs and their hierarchical dependences > required convenient tool for displaying them. > > I looked through possible solutions and found Folder plugin and nested > View plugin as most appropriate. But the important drawback of these > plugins that they conceal the overall structure of Jenkins views and jobs. > > Then accidently I found a class in the Jenkins javadoc called > “Hudson.model.TreeView”. Its description says that it is what I am looking > for but there is also said that is it experimental. >
The commit log doesn't seem to indicate it is worked upon on its own. https://github.com/jenkinsci/jenkins/commits/master/core/src/main/java/hudson/model/TreeView.java There appears to be a system wide option to enable it (hudson.TreeView) so you can probably try it out locally. Probably doesn't work :) Maybe kohsuke can make a quick description of what's missing. It doesn't look like it's a lot of work to get it working. J
