hudson.search
Class UserSearchProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by hudson.search.UserSearchProperty
All Implemented Interfaces:
ExtensionPoint, Describable<UserProperty>, ReconfigurableDescribable<UserProperty>

public class UserSearchProperty
extends UserProperty


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

UserSearchProperty

public UserSearchProperty(boolean insensitiveSearch)
Method Detail

getInsensitiveSearch

@Exported
public boolean getInsensitiveSearch()

isCaseInsensitive

public static boolean isCaseInsensitive()


Copyright © 2004-2013. All Rights Reserved.