jenkinsci.plugin.search
Class SearchProperty
java.lang.Object
hudson.model.UserProperty
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 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 |
SearchProperty
public SearchProperty(boolean showAllPossibleResults,
Set<String> filter)
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.