Uses of Enum Class
com.github.copilot.generated.rpc.SkillSource
Packages that use SkillSource
-
Uses of SkillSource in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SkillSourceModifier and TypeMethodDescriptionstatic SkillSourceServerSkill.source()Returns the value of thesourcerecord component.Skill.source()Returns the value of thesourcerecord component.static SkillSourceReturns the enum constant of this class with the specified name.static SkillSource[]SkillSource.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 SkillSourceModifierConstructorDescriptionServerSkill(String name, String description, SkillSource source, Boolean userInvocable, Boolean enabled, String path, String projectPath) Creates an instance of aServerSkillrecord class.Skill(String name, String description, SkillSource source, Boolean userInvocable, Boolean enabled, String path, String pluginName) Creates an instance of aSkillrecord class.