Uses of Class
io.quarkiverse.githubapp.ConfigFile.Source
-
Packages that use ConfigFile.Source Package Description io.quarkiverse.githubapp io.quarkiverse.githubapp.runtime io.quarkiverse.githubapp.runtime.config io.quarkiverse.githubapp.runtime.github -
-
Uses of ConfigFile.Source in io.quarkiverse.githubapp
Methods in io.quarkiverse.githubapp that return ConfigFile.Source Modifier and Type Method Description ConfigFile.Sourcesource()static ConfigFile.SourceConfigFile.Source. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigFile.Source[]ConfigFile.Source. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkiverse.githubapp with parameters of type ConfigFile.Source Modifier and Type Method Description <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.Source Modifier and Type Method Description ObjectRequestScopeCachingGitHubConfigFileProvider. 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.Source Modifier and Type Method Description ConfigFile.SourceCheckedConfigProvider. getEffectiveSource(ConfigFile.Source source)Methods in io.quarkiverse.githubapp.runtime.config with parameters of type ConfigFile.Source Modifier and Type Method Description ConfigFile.SourceCheckedConfigProvider. 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.Source Modifier and Type Method Description <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)
-