Package hudson.views

Class ViewGraph

java.lang.Object
hudson.views.ViewGraph

public class ViewGraph extends Object
  • Constructor Details

    • ViewGraph

      public ViewGraph()
    • ViewGraph

      public ViewGraph(Map<String,View> views)
  • Method Details

    • getCycles

      public Set<List<View>> getCycles()
    • getFirstCycleWithView

      public List<View> getFirstCycleWithView(View view)
    • getViewsInCycles

      public Set<View> getViewsInCycles()
    • getViewsNotInCycles

      public Set<View> getViewsNotInCycles()
    • getAllViews

      public static List<View> getAllViews()
    • getAllViewsByName

      public static Map<String,View> getAllViewsByName()
    • getView

      public static View getView(String name)
    • toName

      public static String toName(View view)
    • toName

      public static String toName(List<View> cycle)