Uses of Class
org.jenkinsci.plugins.github_branch_source.app_credentials.RepositoryAccessStrategy
Packages that use RepositoryAccessStrategy
Package
Description
-
Uses of RepositoryAccessStrategy in org.jenkinsci.plugins.github_branch_source
Methods in org.jenkinsci.plugins.github_branch_source that return RepositoryAccessStrategyMethods in org.jenkinsci.plugins.github_branch_source with parameters of type RepositoryAccessStrategyModifier and TypeMethodDescriptionvoid
GitHubAppCredentials.setRepositoryAccessStrategy
(RepositoryAccessStrategy strategy) -
Uses of RepositoryAccessStrategy in org.jenkinsci.plugins.github_branch_source.app_credentials
Subclasses of RepositoryAccessStrategy in org.jenkinsci.plugins.github_branch_source.app_credentialsModifier and TypeClassDescriptionclass
class
This mode allowsGitHubAppCredentials
to generate an installation token whose owner and accessible repositories depend on the context in which the credential is used.class
This mode only allows theGitHubAppCredentials
to generate an installation token for the specified owner and list of repositories.