Uses of Class
io.jenkins.plugins.mcp.server.extensions.BuildLogsExtension.SearchMatch
Packages that use BuildLogsExtension.SearchMatch
-
Uses of BuildLogsExtension.SearchMatch in io.jenkins.plugins.mcp.server.extensions
Methods in io.jenkins.plugins.mcp.server.extensions that return types with arguments of type BuildLogsExtension.SearchMatchModifier and TypeMethodDescriptionBuildLogsExtension.SearchLogResponse.matches()Returns the value of thematchesrecord component.Constructor parameters in io.jenkins.plugins.mcp.server.extensions with type arguments of type BuildLogsExtension.SearchMatchModifierConstructorDescriptionSearchLogResponse(String pattern, boolean useRegex, boolean ignoreCase, int matchCount, boolean hasMoreMatches, long totalLines, List<BuildLogsExtension.SearchMatch> matches) Creates an instance of aSearchLogResponserecord class.