Uses of Record Class
com.github.copilot.generated.rpc.FactoryCurrentPhase
Packages that use FactoryCurrentPhase
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryCurrentPhase in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return FactoryCurrentPhaseModifier and TypeMethodDescriptionFactoryRunSummary.currentPhase()Returns the value of thecurrentPhaserecord component.SessionFactoryGetRunDetailResult.currentPhase()Returns the value of thecurrentPhaserecord component.Constructors in com.github.copilot.generated.rpc with parameters of type FactoryCurrentPhaseModifierConstructorDescriptionFactoryRunSummary(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) Creates an instance of aFactoryRunSummaryrecord class.SessionFactoryGetRunDetailResult(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.