Uses of Class
io.jenkins.plugins.changeinvestigator.evidence.LogReducer.Result
Packages that use LogReducer.Result
-
Uses of LogReducer.Result in io.jenkins.plugins.changeinvestigator.evidence
Methods in io.jenkins.plugins.changeinvestigator.evidence that return LogReducer.ResultModifier and TypeMethodDescriptionstatic LogReducer.ResultLogReducer.reduce(BufferedReader reader, int maxChars) Reads fromreader, extracts likely-relevant lines (or the tail of the log if nothing matches), redacts secrets, cleans ANSI/control noise, and bounds the total output tomaxCharscharacters.