Uses of Enum Class
com.github.copilot.generated.SkillSource
Packages that use SkillSource
-
Uses of SkillSource in com.github.copilot.generated
Subclasses with type arguments of type SkillSource in com.github.copilot.generatedModifier and TypeClassDescriptionenumSource location type (e.g., project, personal-copilot, plugin, builtin)Methods in com.github.copilot.generated that return SkillSourceModifier and TypeMethodDescriptionstatic SkillSourceSkillsLoadedSkill.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 with parameters of type SkillSourceModifierConstructorDescriptionSkillsLoadedSkill(String name, String description, SkillSource source, Boolean userInvocable, Boolean enabled, String path) Creates an instance of aSkillsLoadedSkillrecord class.