Uses of Class
io.jenkins.plugins.aiagentjob.AiAgentLogParser.ParsedLine
Packages that use AiAgentLogParser.ParsedLine
Package
Description
Core implementation for the AI Agent Jenkins plugin: build step execution, event parsing, usage
accounting, and approval-gate coordination.
-
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob
Methods in io.jenkins.plugins.aiagentjob that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionAcpLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) AiAgentLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) Attempt to classify a single JSON object into a parsed event.static AiAgentLogParser.ParsedLineAiAgentLogParser.ParsedLine.message(long id, String category, String label, String content, String rawDetails) static AiAgentLogParser.ParsedLineAiAgentLogParser.ParsedLine.message(long id, String category, String label, String content, String rawDetails, boolean delta) static AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLineAiAgentLogParser.parseLine(long lineNumber, String line, AiAgentLogFormat format) static AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLineAiAgentLogParser.ParsedLine.result(long id, String category, String label, String content, String rawDetails) static AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLineAiAgentLogParser.ParsedLine.toolCall(long id, String toolName, String toolInput, String rawDetails, String toolCallId) static AiAgentLogParser.ParsedLineAiAgentLogParser.ParsedLine.toolResult(long id, String toolName, String toolOutput, String rawDetails, String toolCallId) static AiAgentLogParser.ParsedLineAiAgentLogParser.ParsedLine.toolResult(long id, String toolName, String toolInput, String toolOutput, String rawDetails, String toolCallId) AiAgentLogParser.ParsedLine.withDeduplicationKey(String key) Methods in io.jenkins.plugins.aiagentjob that return types with arguments of type AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptiondefault List<AiAgentLogParser.ParsedLine> AiAgentLogFormat.classifyAll(long lineNumber, net.sf.json.JSONObject json) Attempt to classify a JSON object that may contain multiple displayable events. -
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob.antigravity
Methods in io.jenkins.plugins.aiagentjob.antigravity that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionAntigravityLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) Methods in io.jenkins.plugins.aiagentjob.antigravity that return types with arguments of type AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionAntigravityLogFormat.classifyAll(long lineNumber, net.sf.json.JSONObject json) -
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob.claudecode
Methods in io.jenkins.plugins.aiagentjob.claudecode that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionClaudeCodeLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) static AiAgentLogParser.ParsedLineClaudeCodeLogFormat.classifyContentArray(long lineNumber, String parentType, net.sf.json.JSONArray contentArr, String rawDetails) static AiAgentLogParser.ParsedLineClaudeCodeLogFormat.classifyStreamEvent(long lineNumber, net.sf.json.JSONObject event, String rawDetails) Methods in io.jenkins.plugins.aiagentjob.claudecode that return types with arguments of type AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionClaudeCodeLogFormat.classifyAll(long lineNumber, net.sf.json.JSONObject json) -
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob.codex
Methods in io.jenkins.plugins.aiagentjob.codex that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionCodexLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) -
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob.cursor
Methods in io.jenkins.plugins.aiagentjob.cursor that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionCursorLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) -
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob.grokbuild
Methods in io.jenkins.plugins.aiagentjob.grokbuild that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionGrokBuildLogFormat.classify(long lineNumber, net.sf.json.JSONObject json) -
Uses of AiAgentLogParser.ParsedLine in io.jenkins.plugins.aiagentjob.opencode
Methods in io.jenkins.plugins.aiagentjob.opencode that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionOpenCodeLogFormat.classify(long lineNumber, net.sf.json.JSONObject json)