Class SensitiveContentFilter
java.lang.Object
com.cloudbees.jenkins.support.filter.SensitiveContentFilter
- All Implemented Interfaces:
ContentFilter
,ExtensionPoint
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class SensitiveContentFilter
extends Object
implements ContentFilter
Filters contents based on names provided by all known sources.
- Since:
- TODO
- See Also:
-
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
-
Constructor Details
-
SensitiveContentFilter
public SensitiveContentFilter()
-
-
Method Details
-
get
-
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
-
reload
public void reload()Description copied from interface:ContentFilter
Reloads the state of this filter. This may be implemented to rescan for more items to filter.- Specified by:
reload
in interfaceContentFilter
-