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 TypeMethodDescriptionAiAgentLogFormat.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.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) -
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) -
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.opencode
Methods in io.jenkins.plugins.aiagentjob.opencode that return AiAgentLogParser.ParsedLineModifier and TypeMethodDescriptionOpenCodeLogFormat.classify(long lineNumber, net.sf.json.JSONObject json)