Interface StopWords
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
AdditionalFromFileStopWords
,AllAsciiCharactersStopWords
,AllowedOSNamesStopWords
,DefaultStopWords
Extension to contribute to the list of stop words in anonymization.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<StopWords>
all()
getWords()
Return the stop words that will be added toContentMappings
.
-
Method Details
-
all
- Returns:
- all
StopWords
extensions
-
getWords
Return the stop words that will be added toContentMappings
.- Returns:
- a set of words
-