Uses of Enum Class
com.github.copilot.generated.rpc.HistoryRewindOutcome
Packages that use HistoryRewindOutcome
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of HistoryRewindOutcome in com.github.copilot.generated.rpc
Subclasses with type arguments of type HistoryRewindOutcome in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return HistoryRewindOutcomeModifier and TypeMethodDescriptionstatic HistoryRewindOutcomeSessionHistoryRewindResult.outcome()Returns the value of theoutcomerecord component.static HistoryRewindOutcomeReturns the enum constant of this class with the specified name.static HistoryRewindOutcome[]HistoryRewindOutcome.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 HistoryRewindOutcomeModifierConstructorDescriptionSessionHistoryRewindResult(HistoryRewindOutcome outcome, Long eventsRemoved, List<String> restoredFiles, List<HistorySkippedFileRestore> skippedFiles, String error) Creates an instance of aSessionHistoryRewindResultrecord class.