Uses of Enum Class
com.github.copilot.generated.rpc.FactoryPhaseStatus
Packages that use FactoryPhaseStatus
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryPhaseStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type FactoryPhaseStatus in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumDerived lifecycle state of a factory phase.Methods in com.github.copilot.generated.rpc that return FactoryPhaseStatusModifier and TypeMethodDescriptionstatic FactoryPhaseStatusFactoryPhaseObservation.status()Returns the value of thestatusrecord component.static FactoryPhaseStatusReturns the enum constant of this class with the specified name.static FactoryPhaseStatus[]FactoryPhaseStatus.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 FactoryPhaseStatusModifierConstructorDescriptionFactoryPhaseObservation(String id, Long ordinal, String title, String detail, FactoryPhaseStatus status, Long lastEnteredRunAttempt, Long entryCount, Long startedAt, Long completedAt, Long accumulatedActiveMs, Long currentActiveMs, Long totalAgentCount, Long liveAgentCount) Creates an instance of aFactoryPhaseObservationrecord class.