Class TruncatedContent
java.lang.Object
com.cloudbees.jenkins.support.api.Content
com.cloudbees.jenkins.support.api.TruncatedContent
Content added to the support bundle that should be truncated.
- Since:
- 2.26
- Author:
- schristou88
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTruncatedContent
(String name) TruncatedContent
(String name, int maxSize) TruncatedContent
(String name, String... filterableParameters) TruncatedContent
(String name, String[] filterableParameters, int maxSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
printTo
(PrintWriter out) {$Content} that will be printed to a specific {$PrintWriter}.void
writeTo
(OutputStream os) Methods inherited from class com.cloudbees.jenkins.support.api.Content
getFilterableParameters, getName, getTime, shouldBeFiltered
-
Constructor Details
-
TruncatedContent
-
TruncatedContent
-
TruncatedContent
-
TruncatedContent
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in classContent
- Throws:
IOException
-
printTo
{$Content} that will be printed to a specific {$PrintWriter}.- Parameters:
out
- PrintWriter to print to- Throws:
IOException
- if and error occurs while performing the operation.
-