jenkinsci.plugin.search
Class SearchProperty

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

public class SearchProperty
extends hudson.model.UserProperty

Author:
lucinka

Nested Class Summary
static class SearchProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
SearchProperty(boolean showAllPossibleResults, Set<String> filter)
           
 
Method Summary
 Set<String> getFilter()
           
 boolean getShowAllPossibleResults()
           
static boolean hasFilter()
           
static boolean showAllPossibleResults()
           
 
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

SearchProperty

public SearchProperty(boolean showAllPossibleResults,
                      Set<String> filter)
Method Detail

getShowAllPossibleResults

@Exported
public boolean getShowAllPossibleResults()

getFilter

public Set<String> getFilter()

hasFilter

public static boolean hasFilter()

showAllPossibleResults

public static boolean showAllPossibleResults()


Copyright © 2004-2012. All Rights Reserved.