Uses of Enum Class
com.github.copilot.generated.rpc.ShellInitProfile
Packages that use ShellInitProfile
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ShellInitProfile in com.github.copilot.generated.rpc
Subclasses with type arguments of type ShellInitProfile in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumControls automatic non-interactive profile loading where supported.Methods in com.github.copilot.generated.rpc that return ShellInitProfileModifier and TypeMethodDescriptionstatic ShellInitProfileShellOptions.initProfile()Returns the value of theinitProfilerecord component.static ShellInitProfileReturns the enum constant of this class with the specified name.static ShellInitProfile[]ShellInitProfile.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 ShellInitProfileModifierConstructorDescriptionShellOptions(ShellInitProfile initProfile, List<ShellInitScript> initScripts, List<String> processFlags) Creates an instance of aShellOptionsrecord class.