org.jenkins.ci.plugins.keyboard_shortcuts
Class ViewUtils

java.lang.Object
  extended by org.jenkins.ci.plugins.keyboard_shortcuts.ViewUtils

public final class ViewUtils
extends Object

Common utilities for Views.

Author:
Jesse Farinacci

Method Summary
static SortedSet<String> getAllViewNames()
           
static SortedSet<String> getAllViewNames(Collection<hudson.model.View> views)
           
static hudson.model.View getView()
           
protected static hudson.model.View getView(org.kohsuke.stapler.StaplerRequest currentRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllViewNames

public static SortedSet<String> getAllViewNames()

getAllViewNames

public static SortedSet<String> getAllViewNames(Collection<hudson.model.View> views)

getView

public static hudson.model.View getView()

getView

protected static hudson.model.View getView(org.kohsuke.stapler.StaplerRequest currentRequest)


Copyright © 2004-2012. All Rights Reserved.