Uses of Enum Class
com.github.copilot.generated.rpc.ShellInitScriptShell
Packages that use ShellInitScriptShell
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ShellInitScriptShell in com.github.copilot.generated.rpc
Subclasses with type arguments of type ShellInitScriptShell in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumSupported built-in shells for initialization scripts.Methods in com.github.copilot.generated.rpc that return ShellInitScriptShellModifier and TypeMethodDescriptionstatic ShellInitScriptShellShellInitScript.shell()Returns the value of theshellrecord component.static ShellInitScriptShellReturns the enum constant of this class with the specified name.static ShellInitScriptShell[]ShellInitScriptShell.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 ShellInitScriptShellModifierConstructorDescriptionShellInitScript(String path, ShellInitScriptShell shell) Creates an instance of aShellInitScriptrecord class.