Package hudson.plugins.nested_view
Class NestedViewsSearchFactory
java.lang.Object
hudson.search.SearchFactory
hudson.plugins.nested_view.NestedViewsSearchFactory
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateFor
(SearchableModelObject owner) static boolean
static void
static void
setTmpSkip
(int n) Methods inherited from class hudson.search.SearchFactory
all
-
Constructor Details
-
NestedViewsSearchFactory
public NestedViewsSearchFactory()
-
-
Method Details
-
isTmpSkip
public static boolean isTmpSkip() -
setTmpSkip
public static void setTmpSkip(int n) -
resetTmpSkip
public static void resetTmpSkip() -
createFor
- Specified by:
createFor
in classSearchFactory
-