Interface ParsersListProvider
- All Known Implementing Classes:
ParsersListProviderImpl
public interface ParsersListProvider
Provides access to Jenkins Compilers Warnings list loaded from parsers-list.properties
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableSet<String>
boolean
parserExists
(@NotNull String parserName)
-
Field Details
-
PARSERS_LIST_FILE
- See Also:
-
-
Method Details
-
getParsersMap
- Returns:
- an immutable map containing Jenkins Parsers classes names (keys) and user readable names for those classes (values)
-
getParsersNames
- Returns:
- an immutable map containing user readable names of all Jenkins Parsers.
-
parserExists
- Returns:
- true if given parser is present, false otherwise
-