Uses of Class
io.jenkins.plugins.checks.api.TruncatedString.Builder
-
Uses of TruncatedString.Builder in io.jenkins.plugins.checks.api
Modifier and TypeMethodDescriptionAdds a chunk of text to the builder.TruncatedString.Builder.setChunkOnNewlines()
Sets truncator to chunk on newlines rather than the chunks.TruncatedString.Builder.setTruncateStart()
Sets truncator to remove excess text from the start, rather than the end.TruncatedString.Builder.withTruncationText
(String truncationText) Sets the truncation text.