Uses of Enum Class
io.quarkiverse.githubapp.ConfigFile.Source
Packages that use ConfigFile.Source
Package
Description
-
Uses of ConfigFile.Source in io.quarkiverse.githubapp
Methods in io.quarkiverse.githubapp that return ConfigFile.SourceModifier and TypeMethodDescriptionstatic ConfigFile.SourceReturns the enum constant of this class with the specified name.static ConfigFile.Source[]ConfigFile.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkiverse.githubapp with parameters of type ConfigFile.SourceModifier and TypeMethodDescription<T> Optional<T>GitHubConfigFileProvider.fetchConfigFile(org.kohsuke.github.GHRepository repository, String path, ConfigFile.Source source, Class<T> type) Fetches the configuration file at the given path from the main branch of the given repository, optionally (iftypeis not justString) deserializing it to the given type using Jackson.<T> Optional<T>GitHubConfigFileProvider.fetchConfigFile(org.kohsuke.github.GHRepository repository, String ref, String path, ConfigFile.Source source, Class<T> type) Fetches the configuration file at the given path from the given ref of the given repository, optionally (iftypeis not justString) deserializing it to the given type using Jackson. -
Uses of ConfigFile.Source in io.quarkiverse.githubapp.runtime
Methods in io.quarkiverse.githubapp.runtime with parameters of type ConfigFile.SourceModifier and TypeMethodDescriptionRequestScopeCachingGitHubConfigFileProvider.getConfigObject(org.kohsuke.github.GHRepository ghRepository, String path, ConfigFile.Source source, Class<?> type) -
Uses of ConfigFile.Source in io.quarkiverse.githubapp.runtime.config
Methods in io.quarkiverse.githubapp.runtime.config that return ConfigFile.SourceModifier and TypeMethodDescriptionCheckedConfigProvider.getEffectiveSource(ConfigFile.Source source) Methods in io.quarkiverse.githubapp.runtime.config with parameters of type ConfigFile.SourceModifier and TypeMethodDescriptionCheckedConfigProvider.getEffectiveSource(ConfigFile.Source source) -
Uses of ConfigFile.Source in io.quarkiverse.githubapp.runtime.github
Methods in io.quarkiverse.githubapp.runtime.github with parameters of type ConfigFile.SourceModifier and TypeMethodDescription<T> Optional<T>GitHubConfigFileProviderImpl.fetchConfigFile(org.kohsuke.github.GHRepository repository, String path, ConfigFile.Source source, Class<T> type) <T> Optional<T>GitHubConfigFileProviderImpl.fetchConfigFile(org.kohsuke.github.GHRepository repository, String ref, String path, ConfigFile.Source source, Class<T> type)