public abstract class GitHubPermissionsSource extends Object
Constructor and Description |
---|
GitHubPermissionsSource() |
Modifier and Type | Method and Description |
---|---|
abstract org.kohsuke.github.GHPermissionType |
fetch(String username)
Fetches the permissions of the supplied username.
|
public abstract org.kohsuke.github.GHPermissionType fetch(String username) throws IOException, InterruptedException
username
- the username.IOException
- if there was an IO error.InterruptedException
- if interrupted.Copyright © 2016–2019. All rights reserved.