Package jenkins.security.stapler
Class TypedFilter
java.lang.Object
jenkins.security.stapler.TypedFilter
- All Implemented Interfaces:
org.kohsuke.stapler.FunctionList.Filter
,org.kohsuke.stapler.lang.FieldRef.Filter
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class TypedFilter
extends Object
implements org.kohsuke.stapler.lang.FieldRef.Filter, org.kohsuke.stapler.FunctionList.Filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static boolean
Fields inherited from interface org.kohsuke.stapler.lang.FieldRef.Filter
ALWAYS_OK
Fields inherited from interface org.kohsuke.stapler.FunctionList.Filter
ALWAYS_OK
-
Constructor Summary
-
Method Summary
-
Field Details
-
SKIP_TYPE_CHECK
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static boolean SKIP_TYPE_CHECK -
PROHIBIT_STATIC_ACCESS
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static boolean PROHIBIT_STATIC_ACCESS
-
-
Constructor Details
-
TypedFilter
public TypedFilter()
-
-
Method Details
-
keep
public boolean keep(@NonNull org.kohsuke.stapler.lang.FieldRef fieldRef) - Specified by:
keep
in interfaceorg.kohsuke.stapler.lang.FieldRef.Filter
-
keep
public boolean keep(@NonNull org.kohsuke.stapler.Function function) - Specified by:
keep
in interfaceorg.kohsuke.stapler.FunctionList.Filter
-