Uses of Interface
com.cloudbees.jenkins.support.filter.ContentFilter
Packages that use ContentFilter
Package
Description
-
Uses of ContentFilter in com.cloudbees.jenkins.support
Methods in com.cloudbees.jenkins.support that return ContentFilterModifier and TypeMethodDescriptionstatic ContentFilterSupportPlugin.getDefaultContentFilter()Get the currentContentFilter.static ContentFilterSupportPlugin.getDefaultContentFilter(boolean ensureLoaded) Get the filter to be used.Methods in com.cloudbees.jenkins.support that return types with arguments of type ContentFilterModifier and TypeMethodDescriptionstatic Optional<ContentFilter> SupportPlugin.getContentFilter()Deprecated.use getDefaultContentFilter()static Optional<ContentFilter> SupportPlugin.getContentFilter(boolean ensureLoaded) Deprecated.use getDefaultContentFilter(ensureLoaded) -
Uses of ContentFilter in com.cloudbees.jenkins.support.api
Methods in com.cloudbees.jenkins.support.api with parameters of type ContentFilterModifier and TypeMethodDescriptionprotected abstract voidPrefilteredPrintedContent.printTo(PrintWriter out, ContentFilter filter) voidFileContent.writeTo(OutputStream os, ContentFilter filter) voidPrefilteredPrintedContent.writeTo(OutputStream os, ContentFilter filter) voidStringContent.writeTo(OutputStream os, ContentFilter filter) voidTemporaryFileContent.writeTo(OutputStream os, ContentFilter filter) -
Uses of ContentFilter in com.cloudbees.jenkins.support.filter
Classes in com.cloudbees.jenkins.support.filter that implement ContentFilterModifier and TypeClassDescriptionclassRepresents a mapping from some original string to a replacement.classFilters contents by mapping all found IPv4 and IPv6 addresses to generated names.classAContentFilterthat blindly pass the value through.classFilters contents based on names provided by all known sources.Fields in com.cloudbees.jenkins.support.filter declared as ContentFilterModifier and TypeFieldDescriptionstatic final ContentFilterContentFilter.ALLProvides a ContentFilter that combines all registered ContentFilter extensions.static final ContentFilterContentFilter.NONEProvides a noop ContentFilter that pass through the value.Methods in com.cloudbees.jenkins.support.filter that return types with arguments of type ContentFilterMethods in com.cloudbees.jenkins.support.filter with parameters of type ContentFilterModifier and TypeMethodDescriptionstatic StringContentFilter.filter(ContentFilter filter, String text) An utility method to filter a text only when both, the filter and the text are not null and the text is not empty too.static voidContentFilter.reloadAndSaveMappings(ContentFilter filter) Reloads the state of this filter and commit .abstract voidPrefilteredContent.writeTo(OutputStream os, ContentFilter filter) Write the component in the bundle filtering the contentConstructors in com.cloudbees.jenkins.support.filter with parameters of type ContentFilterModifierConstructorDescriptionFilteredOutputStream(OutputStream out, ContentFilter contentFilter) Constructs a filtered stream using the provided filter and assuming UTF-8.FilteredOutputStream(OutputStream out, Charset charset, ContentFilter contentFilter) Constructs a filtered stream using the provided filter and charset. -
Uses of ContentFilter in com.cloudbees.jenkins.support.impl
Methods in com.cloudbees.jenkins.support.impl with parameters of type ContentFilterModifier and TypeMethodDescriptionstatic voidThreadDumps.printThreadInfo(PrintWriter writer, ThreadInfo t, ThreadMXBean mbean, ContentFilter filter) Prints theThreadInfo(becauseThreadInfo.toString()caps out the stack trace at 8 frames).protected voidLogRecordContent.printTo(PrintWriter out, ContentFilter filter) final voidLogRecordContent.writeTo(OutputStream os, ContentFilter filter)