Class ParsersListProviderImpl
java.lang.Object
com.atlassian.bamboo.warnings.parsers.ParsersListProviderImpl
- All Implemented Interfaces:
ParsersListProvider
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.warnings.parsers.ParsersListProvider
PARSERS_LIST_FILE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableSet<String>
boolean
parserExists
(@NotNull String parserName)
-
Constructor Details
-
ParsersListProviderImpl
public ParsersListProviderImpl()
-
-
Method Details
-
getParsersMap
- Specified by:
getParsersMap
in interfaceParsersListProvider
- Returns:
- an immutable map containing Jenkins Parsers classes names (keys) and user readable names for those classes (values)
-
getParsersNames
- Specified by:
getParsersNames
in interfaceParsersListProvider
- Returns:
- an immutable map containing user readable names of all Jenkins Parsers.
-
parserExists
- Specified by:
parserExists
in interfaceParsersListProvider
- Returns:
- true if given parser is present, false otherwise
-