@ThreadSafe @ReturnValuesAreNonnullByDefault @ParametersAreNonnullByDefault public interface TerminologyTransformer
TerminologyEntryReader.getAllTerminologyEntries()
Modifier and Type | Method and Description |
---|---|
String |
process(String text)
Replace marked occurrences of
TerminologyEntry 's original name with new name
for all TerminologyEntryReader.getAllTerminologyEntries() in given text. |
void |
refreshTerminologyEntries()
Get newest terminology entries from
TerminologyEntryReader.getAllTerminologyEntries() . |
void refreshTerminologyEntries()
TerminologyEntryReader.getAllTerminologyEntries()
.String process(String text)
TerminologyEntry
's original name with new name
for all TerminologyEntryReader.getAllTerminologyEntries()
in given text.
To mark occurrence surround it with '%', e.g. "This occurrence of %sprint% will be replaced, but this sprint will not".
text
- Input text to do replacements.Copyright © 2002-2024 Atlassian. All Rights Reserved.