Package com.cloudbees.jenkins.support.filter
package com.cloudbees.jenkins.support.filter
-
ClassDescriptionTo avoid corrupting the content of the files in the bundle just in case we have an object name as 'a' or '.', we avoid replacing one single character (ascii codes actually).Provides a strategy to filter support bundle written contents.Configures content filters for anonymization.Represents a mapping from some original string to a replacement.Holds all anonymized content mappings and provides a management view to see those mappings.Provides a way to generate random names.Wraps an OutputStream by filtering written lines using a provided ContentFilter.Wraps a Writer by filtering written lines using a provided ContentFilter.Filters contents by mapping all found IPv4 and IPv6 addresses to generated names.Generated localization support class.Strategy for providing a stream of names to anonymize along with an accompanying name generator.A
ContentFilter
that blindly pass the value through.Represents some content in a support bundle which will be filtered previously to the zip created.Filters contents based on names provided by all known sources.Extension to contribute to the list of stop words in anonymization.Trie implementation to generate a "Trie regex".