org.jenkins.ci.plugins.keyboard_shortcuts
Class KeyboardShortcutsUserProperty
java.lang.Object
hudson.model.UserProperty
org.jenkins.ci.plugins.keyboard_shortcuts.KeyboardShortcutsUserProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>, hudson.model.ReconfigurableDescribable<hudson.model.UserProperty>
public final class KeyboardShortcutsUserProperty
- extends hudson.model.UserProperty
- Author:
- Jesse Farinacci
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.UserProperty |
user |
| Methods inherited from class hudson.model.UserProperty |
all, getDescriptor, reconfigure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DISABLED
public static final boolean DEFAULT_DISABLED
- See Also:
- Constant Field Values
KeyboardShortcutsUserProperty
public KeyboardShortcutsUserProperty()
KeyboardShortcutsUserProperty
@DataBoundConstructor
public KeyboardShortcutsUserProperty(boolean disabled)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
Copyright © 2004-2012. All Rights Reserved.