Package | Description |
---|---|
com.cloudbees.jenkins.support | |
com.cloudbees.jenkins.support.api | |
com.cloudbees.jenkins.support.filter | |
com.cloudbees.jenkins.support.impl |
Modifier and Type | Method and Description |
---|---|
static Optional<ContentFilter> |
SupportPlugin.getContentFilter()
Get the filter to be used in an
Optional just in case. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PrefilteredPrintedContent.printTo(PrintWriter out,
ContentFilter filter) |
void |
StringContent.writeTo(OutputStream os,
ContentFilter filter) |
void |
PrefilteredPrintedContent.writeTo(OutputStream os,
ContentFilter filter) |
void |
TemporaryFileContent.writeTo(OutputStream os,
ContentFilter filter) |
void |
FileContent.writeTo(OutputStream os,
ContentFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
ContentMapping
Represents a mapping from some original string to a replacement.
|
class |
InetAddressContentFilter
Filters contents by mapping all found IPv4 and IPv6 addresses to generated names.
|
class |
SensitiveContentFilter
Filters contents based on names provided by all known sources.
|
Modifier and Type | Field and Description |
---|---|
static ContentFilter |
ContentFilter.ALL
Provides a ContentFilter that combines all registered ContentFilter extensions.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ContentFilter> |
ContentFilter.all() |
Modifier and Type | Method and Description |
---|---|
static String |
ContentFilter.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.
|
abstract void |
PrefilteredContent.writeTo(OutputStream os,
ContentFilter filter)
Write the component in the bundle filtering the content
|
Constructor and Description |
---|
FilteredOutputStream(OutputStream out,
Charset charset,
ContentFilter contentFilter)
Constructs a filtered stream using the provided filter and charset.
|
FilteredOutputStream(OutputStream out,
ContentFilter contentFilter)
Constructs a filtered stream using the provided filter and assuming UTF-8.
|
Modifier and Type | Method and Description |
---|---|
static void |
ThreadDumps.printThreadInfo(PrintWriter writer,
ThreadInfo t,
ThreadMXBean mbean,
ContentFilter filter)
Prints the
ThreadInfo (because ThreadInfo.toString() caps out the stack trace at 8 frames). |
protected void |
LogRecordContent.printTo(PrintWriter out,
ContentFilter filter) |
void |
LogRecordContent.writeTo(OutputStream os,
ContentFilter filter) |
Copyright © 2016–2022. All rights reserved.