Uses of Record Class
io.jenkins.plugins.explain_error.autofix.FixSuggestion.FileChange
Packages that use FixSuggestion.FileChange
-
Uses of FixSuggestion.FileChange in io.jenkins.plugins.explain_error.autofix
Methods in io.jenkins.plugins.explain_error.autofix that return types with arguments of type FixSuggestion.FileChangeModifier and TypeMethodDescriptionFixSuggestion.changes()Returns the value of thechangesrecord component.Constructor parameters in io.jenkins.plugins.explain_error.autofix with type arguments of type FixSuggestion.FileChangeModifierConstructorDescriptionFixSuggestion(boolean fixable, String explanation, String confidence, String fixType, List<FixSuggestion.FileChange> changes) Creates an instance of aFixSuggestionrecord class.