Uses of Class
io.jenkins.plugins.aiagentjob.AgentUsageStats
Packages that use AgentUsageStats
Package
Description
Core implementation for the AI Agent Jenkins plugin: build step execution, event parsing, usage
accounting, and approval-gate coordination.
-
Uses of AgentUsageStats in io.jenkins.plugins.aiagentjob
Methods in io.jenkins.plugins.aiagentjob that return AgentUsageStatsModifier and TypeMethodDescriptionstatic AgentUsageStatsAgentUsageStats.fromLogFile(File logFile) Parses the entire JSONL log file and returns aggregated stats.static AgentUsageStatsAgentUsageStats.fromLogFile(File logFile, AiAgentStatsExtractor extractor) Parses the entire JSONL log file using the given extractor and returns aggregated stats.AiAgentRunAction.getUsageStats()AiAgentRunAction.getUsageStats(int invocationId) Methods in io.jenkins.plugins.aiagentjob with parameters of type AgentUsageStatsModifier and TypeMethodDescriptionbooleanAiAgentStatsExtractor.extract(net.sf.json.JSONObject json, AgentUsageStats stats) Attempt to extract usage statistics from a single JSON line. -
Uses of AgentUsageStats in io.jenkins.plugins.aiagentjob.claudecode
Methods in io.jenkins.plugins.aiagentjob.claudecode with parameters of type AgentUsageStatsModifier and TypeMethodDescriptionbooleanClaudeCodeStatsExtractor.extract(net.sf.json.JSONObject json, AgentUsageStats stats) -
Uses of AgentUsageStats in io.jenkins.plugins.aiagentjob.codex
Methods in io.jenkins.plugins.aiagentjob.codex with parameters of type AgentUsageStatsModifier and TypeMethodDescriptionbooleanCodexStatsExtractor.extract(net.sf.json.JSONObject json, AgentUsageStats stats) -
Uses of AgentUsageStats in io.jenkins.plugins.aiagentjob.cursor
Methods in io.jenkins.plugins.aiagentjob.cursor with parameters of type AgentUsageStatsModifier and TypeMethodDescriptionbooleanCursorStatsExtractor.extract(net.sf.json.JSONObject json, AgentUsageStats stats) -
Uses of AgentUsageStats in io.jenkins.plugins.aiagentjob.opencode
Methods in io.jenkins.plugins.aiagentjob.opencode with parameters of type AgentUsageStatsModifier and TypeMethodDescriptionbooleanOpenCodeStatsExtractor.extract(net.sf.json.JSONObject json, AgentUsageStats stats)