org.jenkinsci.plugins.readonly
Class UserConfiguration

java.lang.Object
  extended by hudson.model.UserProperty
      extended by org.jenkinsci.plugins.readonly.UserConfiguration
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>

public class UserConfiguration
extends hudson.model.UserProperty

Author:
lucinka

Nested Class Summary
static class UserConfiguration.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
UserConfiguration(boolean displayForReadOnlyPermission)
           
 
Method Summary
 boolean getDisplayForReadOnlyPermission()
           
 
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
 

Constructor Detail

UserConfiguration

@DataBoundConstructor
public UserConfiguration(boolean displayForReadOnlyPermission)
Method Detail

getDisplayForReadOnlyPermission

public boolean getDisplayForReadOnlyPermission()


Copyright © 2004-2012. All Rights Reserved.