MatchedAgentRun

class MatchedAgentRun<Output, RunData>(val agentRun: CompletedAgentRun<Output>, val runData: RunData)

A successful CompletedAgentRun together with the PreparedAgentRun.runData that produced it, returned by the generic StageScope.runAgentWithRetries.

Constructors

Link copied to clipboard
constructor(agentRun: CompletedAgentRun<Output>, runData: RunData)

Properties

Link copied to clipboard

The successful agent run.

Link copied to clipboard

The data carried by the PreparedAgentRun that yielded agentRun.