Class GitHubPermissionsSource
java.lang.Object
org.jenkinsci.plugins.github_branch_source.GitHubPermissionsSource
A deferred source of permission information about a repository.
- Since:
- 2.2.2
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GitHubPermissionsSource
public GitHubPermissionsSource()
-
-
Method Details
-
fetch
public abstract org.kohsuke.github.GHPermissionType fetch(String username) throws IOException, InterruptedException Fetches the permissions of the supplied username.- Parameters:
username
- the username.- Returns:
- the permissions.
- Throws:
IOException
- if there was an IO error.InterruptedException
- if interrupted.
-