Class AccessibleRepositories
java.lang.Object
org.jenkinsci.plugins.github_branch_source.app_credentials.AccessibleRepositories
Specify a set of repositories that should be accessible.
-
Constructor Summary
ConstructorsConstructorDescriptionAccessibleRepositories
(String owner) Constructor.AccessibleRepositories
(String owner, String repository) Constructor.AccessibleRepositories
(String owner, List<String> repositories) Constructor. -
Method Summary
-
Constructor Details
-
AccessibleRepositories
Constructor.- Parameters:
owner
- if null, then the credential may only be used if the app is installed in a single organization, otherwise only the specified owner can be accessedrepositories
- the names of the repositories that should be accessible, or empty list to access all repositories
-
AccessibleRepositories
Constructor.- Parameters:
owner
- if null, then the credential may only be used if the app is installed in a single organization, otherwise only the specified owner can be accessed
-
AccessibleRepositories
Constructor.- Parameters:
owner
- if null, then the credential may only be used if the app is installed in a single organization, otherwise only the specified owner can be accessedrepository
- the name of the repository that should be accessible
-
-
Method Details