Uses of Record Class
com.github.copilot.generated.rpc.FactoryProgressPage
Packages that use FactoryProgressPage
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryProgressPage in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return FactoryProgressPageModifier and TypeMethodDescriptionSessionFactoryGetRunDetailResult.progress()Returns the value of theprogressrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type FactoryProgressPageModifierConstructorDescriptionSessionFactoryGetRunDetailResult(String runId, String factoryName, String description, FactoryRunStatus status, Long revision, Long createdAt, Long startedAt, Long updatedAt, Long completedAt, FactoryCurrentPhase currentPhase, Long declaredPhaseCount, Long liveAgentCount, Long totalSpawnedAgentCount, FactoryRunConsumed consumed, FactoryDeclaredLimits declaredLimits, FactoryDeclaredLimits approved, Long observedAt, Long activeSegmentStartedAt, FactoryRunTerminal terminal, List<FactoryPhaseObservation> phases, List<FactoryAgentSummary> agents, FactoryProgressPage progress) Creates an instance of aSessionFactoryGetRunDetailResultrecord class.