Uses of Record Class
com.github.copilot.generated.rpc.FactoryPhaseObservation
Packages that use FactoryPhaseObservation
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryPhaseObservation in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type FactoryPhaseObservationModifier and TypeMethodDescriptionSessionFactoryGetRunDetailResult.phases()Returns the value of thephasesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type FactoryPhaseObservationModifierConstructorDescriptionSessionFactoryGetRunDetailResult(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.