Enum PluginValidationManager.IssueLocality
- All Implemented Interfaces:
Serializable,Comparable<PluginValidationManager.IssueLocality>
- Enclosing interface:
PluginValidationManager
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIssue (present in some plugin) is "developer actionable" (of given plugin, by changing code and doing new release), is NOT local to the currently built project.Issue is "user actionable", is internal to the currently built project and is reparable from scope of it by doing some change (for example by changing POM and fixing the problematic plugin configuration). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INTERNAL
Issue is "user actionable", is internal to the currently built project and is reparable from scope of it by doing some change (for example by changing POM and fixing the problematic plugin configuration). -
EXTERNAL
Issue (present in some plugin) is "developer actionable" (of given plugin, by changing code and doing new release), is NOT local to the currently built project. It may be reparable by updating given plugin to new fixed version, or by dropping plugin use from currently built project.Note: if a reactor build contains a
-