| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
TruncatedString.Builder |
TruncatedString.Builder.addText(String text)
Adds a chunk of text to the builder.
|
TruncatedString.Builder |
TruncatedString.Builder.setChunkOnNewlines()
Sets truncator to chunk on newlines rather than the chunks.
|
TruncatedString.Builder |
TruncatedString.Builder.setTruncateStart()
Sets truncator to remove excess text from the start, rather than the end.
|
TruncatedString.Builder |
TruncatedString.Builder.withTruncationText(String truncationText)
Sets the truncation text.
|
Copyright © 2016–2021. All rights reserved.