Package io.jenkins.plugins.aiagentjob
Class AiAgentLogParser.ParsedLine
java.lang.Object
io.jenkins.plugins.aiagentjob.AiAgentLogParser.ParsedLine
- Enclosing class:
AiAgentLogParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinestatic AiAgentLogParser.ParsedLinetoolResult(long id, String toolName, String toolOutput, String rawDetails, String toolCallId)
-
Method Details
-
raw
-
system
public static AiAgentLogParser.ParsedLine system(long id, String label, String content, String rawDetails) -
message
public static AiAgentLogParser.ParsedLine message(long id, String category, String label, String content, String rawDetails) -
message
public static AiAgentLogParser.ParsedLine message(long id, String category, String label, String content, String rawDetails, boolean delta) -
result
public static AiAgentLogParser.ParsedLine result(long id, String category, String label, String content, String rawDetails) -
thinking
-
toolCall
public static AiAgentLogParser.ParsedLine toolCall(long id, String toolName, String toolInput, String rawDetails, String toolCallId) -
toolResult
public static AiAgentLogParser.ParsedLine toolResult(long id, String toolName, String toolOutput, String rawDetails, String toolCallId)
-