Uses of Enum Class
com.github.copilot.generated.rpc.FactoryRunStatus
Packages that use FactoryRunStatus
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryRunStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type FactoryRunStatus in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCurrent or terminal state of a factory run.Methods in com.github.copilot.generated.rpc that return FactoryRunStatusModifier and TypeMethodDescriptionstatic FactoryRunStatusSessionFactoryCancelResult.status()Returns the value of thestatusrecord component.SessionFactoryGetRunResult.status()Returns the value of thestatusrecord component.SessionFactoryRunResult.status()Returns the value of thestatusrecord component.static FactoryRunStatusReturns the enum constant of this class with the specified name.static FactoryRunStatus[]FactoryRunStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type FactoryRunStatusModifierConstructorDescriptionSessionFactoryCancelResult(String runId, FactoryRunStatus status, Object result, String error, Object failure, String reason, Object snapshot) Creates an instance of aSessionFactoryCancelResultrecord class.SessionFactoryGetRunResult(String runId, FactoryRunStatus status, Object result, String error, Object failure, String reason, Object snapshot) Creates an instance of aSessionFactoryGetRunResultrecord class.SessionFactoryRunResult(String runId, FactoryRunStatus status, Object result, String error, Object failure, String reason, Object snapshot) Creates an instance of aSessionFactoryRunResultrecord class.