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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.cloudbees.jenkins.support.filter.ContentFilter
ensureLoaded, reload
-
Constructor Details
-
NoneFilter
public NoneFilter()
-
-
Method Details
-
filter
Description copied from interface:ContentFilter
Filters a line or snippet of text.- Specified by:
filter
in interfaceContentFilter
- Parameters:
input
- input data to filter- Returns:
- the filtered input data
-