Uses of Enum Class
com.github.copilot.generated.rpc.ExtensionSource
Packages that use ExtensionSource
-
Uses of ExtensionSource in com.github.copilot.generated.rpc
Subclasses with type arguments of type ExtensionSource in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumDiscovery source: project (.github/extensions/) or user (~/.copilot/extensions/)Methods in com.github.copilot.generated.rpc that return ExtensionSourceModifier and TypeMethodDescriptionstatic ExtensionSourceExtension.source()Returns the value of thesourcerecord component.static ExtensionSourceReturns the enum constant of this class with the specified name.static ExtensionSource[]ExtensionSource.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 ExtensionSourceModifierConstructorDescriptionExtension(String id, String name, ExtensionSource source, ExtensionStatus status, Long pid) Creates an instance of aExtensionrecord class.