org.jenkins.ci.plugins.keyboard_shortcuts
Class KeyboardShortcutsPageDecorator

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.PageDecorator>
      extended by hudson.model.PageDecorator
          extended by org.jenkins.ci.plugins.keyboard_shortcuts.KeyboardShortcutsPageDecorator
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.PageDecorator>, hudson.model.Saveable

@Extension
public final class KeyboardShortcutsPageDecorator
extends hudson.model.PageDecorator

The Keyboard Shortcuts Plugin provides keyboard shortcuts to quickly navigate and manage Jenkins.

Author:
Jesse Farinacci

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.PageDecorator
ALL
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
KeyboardShortcutsPageDecorator()
           
 
Method Summary
static String getAllJobNamesAsJson()
           
static String getAllPermalinksAsJson()
           
static String getAllViewJobNamesAsJson()
           
static String getAllViewNamesAsJson()
           
static String getBaseJobUrl()
           
static String getBaseUrl()
           
static String getBaseViewUrl()
           
 String getDisplayName()
           
static boolean isDisabled()
           
static boolean isDisabled(KeyboardShortcutsUserProperty property)
           
static boolean isDisabled(hudson.model.User user)
           
static boolean isJobPage()
           
static boolean isViewPage()
           
 
Methods inherited from class hudson.model.PageDecorator
all, getDescriptor, getUrl
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyboardShortcutsPageDecorator

@DataBoundConstructor
public KeyboardShortcutsPageDecorator()
Method Detail

getAllJobNamesAsJson

public static String getAllJobNamesAsJson()

getAllPermalinksAsJson

public static String getAllPermalinksAsJson()

getAllViewJobNamesAsJson

public static String getAllViewJobNamesAsJson()

getAllViewNamesAsJson

public static String getAllViewNamesAsJson()

getBaseJobUrl

public static String getBaseJobUrl()

getBaseUrl

public static String getBaseUrl()

getBaseViewUrl

public static String getBaseViewUrl()

isDisabled

public static boolean isDisabled()

isDisabled

public static boolean isDisabled(KeyboardShortcutsUserProperty property)

isDisabled

public static boolean isDisabled(hudson.model.User user)

isJobPage

public static boolean isJobPage()

isViewPage

public static boolean isViewPage()

getDisplayName

public String getDisplayName()
Overrides:
getDisplayName in class hudson.model.PageDecorator


Copyright © 2004-2012. All Rights Reserved.