Uses of Record Class
com.github.copilot.generated.rpc.FactoryRunTerminal
Packages that use FactoryRunTerminal
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryRunTerminal in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return FactoryRunTerminalModifier and TypeMethodDescriptionFactoryRunSummary.terminal()Returns the value of theterminalrecord component.SessionFactoryGetRunDetailResult.terminal()Returns the value of theterminalrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type FactoryRunTerminalModifierConstructorDescriptionFactoryRunSummary(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.