Class NoneFilter
java.lang.Object
com.cloudbees.jenkins.support.filter.NoneFilter
- All Implemented Interfaces:
ContentFilter,ExtensionPoint
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class NoneFilter
extends Object
implements ContentFilter
A
ContentFilter that blindly pass the value through.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface com.cloudbees.jenkins.support.filter.ContentFilter
ALL, NONE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cloudbees.jenkins.support.filter.ContentFilter
ensureLoaded, reload
-
Constructor Details
-
NoneFilter
public NoneFilter()
-
-
Method Details
-
filter
Description copied from interface:ContentFilterFilters a line or snippet of text.- Specified by:
filterin interfaceContentFilter- Parameters:
input- input data to filter- Returns:
- the filtered input data
-