Uses of Enum Class
com.github.copilot.generated.rpc.SkillDiscoveryScope
Packages that use SkillDiscoveryScope
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SkillDiscoveryScope in com.github.copilot.generated.rpc
Subclasses with type arguments of type SkillDiscoveryScope in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return SkillDiscoveryScopeModifier and TypeMethodDescriptionstatic SkillDiscoveryScopeSkillDiscoveryPath.scope()Returns the value of thescoperecord component.static SkillDiscoveryScopeReturns the enum constant of this class with the specified name.static SkillDiscoveryScope[]SkillDiscoveryScope.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 SkillDiscoveryScopeModifierConstructorDescriptionSkillDiscoveryPath(String path, SkillDiscoveryScope scope, Boolean preferredForCreation, String projectPath) Creates an instance of aSkillDiscoveryPathrecord class.