Uses of Class
org.jenkinsci.plugins.github.config.GitHubServerConfig
Packages that use GitHubServerConfig
Package
Description
-
Uses of GitHubServerConfig in com.cloudbees.jenkins
Method parameters in com.cloudbees.jenkins with type arguments of type GitHubServerConfigModifier and TypeMethodDescriptionIterable<org.kohsuke.github.GHRepository> GitHubRepositoryName.resolve(com.google.common.base.Predicate<GitHubServerConfig> predicate) Resolves this name to the actual reference byGHRepository. -
Uses of GitHubServerConfig in org.jenkinsci.plugins.github.config
Methods in org.jenkinsci.plugins.github.config that return types with arguments of type GitHubServerConfigModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<GitHubServerConfig> GitHubServerConfig.allowedToManageHooks()Returns true if config can be used in hooks managingGitHubPluginConfig.getConfigs()static com.google.common.base.Function<GitHubServerConfig, org.kohsuke.github.GitHub> GitHubServerConfig.loginToGithub()Converts server config to authorized GH instance.static com.google.common.base.Predicate<GitHubServerConfig> Returns true if given host is part of stored (or default if blank) api url For example: withHost(api.github.com).apply(config for ~empty~) = true withHost(api.github.com).apply(config for api.github.com) = true withHost(api.github.com).apply(config for github.company.com) = falseMethod parameters in org.jenkinsci.plugins.github.config with type arguments of type GitHubServerConfigModifier and TypeMethodDescriptionIterable<org.kohsuke.github.GitHub> GitHubPluginConfig.findGithubConfig(com.google.common.base.Predicate<GitHubServerConfig> match) Filters all stored configs against given predicate then logs in as the given user and returns the non null connection objectsvoidGitHubPluginConfig.setConfigs(List<GitHubServerConfig> configs) Constructor parameters in org.jenkinsci.plugins.github.config with type arguments of type GitHubServerConfig -
Uses of GitHubServerConfig in org.jenkinsci.plugins.github.internal
Methods in org.jenkinsci.plugins.github.internal that return types with arguments of type GitHubServerConfigModifier and TypeMethodDescriptionstatic com.google.common.base.Function<GitHubServerConfig, okhttp3.Cache> GitHubClientCacheOps.toCacheDir()static com.google.common.base.Predicate<GitHubServerConfig> GitHubClientCacheOps.withEnabledCache()Methods in org.jenkinsci.plugins.github.internal with parameters of type GitHubServerConfigModifier and TypeMethodDescriptionprotected org.kohsuke.github.GitHubGitHubLoginFunction.applyNullSafe(GitHubServerConfig github) Called byNullSafeFunction.apply(Object)Logins to GH and returns client instanceMethod parameters in org.jenkinsci.plugins.github.internal with type arguments of type GitHubServerConfigModifier and TypeMethodDescriptionstatic voidGitHubClientCacheOps.clearRedundantCaches(List<GitHubServerConfig> configs) Removes all not active dirs with old caches. -
Uses of GitHubServerConfig in org.jenkinsci.plugins.github.migration
Methods in org.jenkinsci.plugins.github.migration that return types with arguments of type GitHubServerConfigModifier and TypeMethodDescriptionprotected com.google.common.base.Function<Credential, GitHubServerConfig> Migrator.toGHServerConfig()Creates new string credentials from token