Uses of Enum Class
com.github.copilot.generated.rpc.TaskShellInfoAttachmentMode
Packages that use TaskShellInfoAttachmentMode
-
Uses of TaskShellInfoAttachmentMode in com.github.copilot.generated.rpc
Subclasses with type arguments of type TaskShellInfoAttachmentMode in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhether the shell runs inside a managed PTY session or as an independent background processMethods in com.github.copilot.generated.rpc that return TaskShellInfoAttachmentModeModifier and TypeMethodDescriptionstatic TaskShellInfoAttachmentModeTaskShellInfo.getAttachmentMode()static TaskShellInfoAttachmentModeReturns the enum constant of this class with the specified name.static TaskShellInfoAttachmentMode[]TaskShellInfoAttachmentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.generated.rpc with parameters of type TaskShellInfoAttachmentModeModifier and TypeMethodDescriptionvoidTaskShellInfo.setAttachmentMode(TaskShellInfoAttachmentMode attachmentMode)