Package org.jenkinsci.plugins
Class GitHubOAuthScope
java.lang.Object
org.jenkinsci.plugins.GitHubOAuthScope
- All Implemented Interfaces:
ExtensionPoint
Extension point to be implemented by plugins to request additional scopes.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<String>
Returns a collection of scopes to request.
-
Constructor Details
-
GitHubOAuthScope
public GitHubOAuthScope()
-
-
Method Details
-
getScopesToRequest
Returns a collection of scopes to request. See http://developer.github.com/v3/oauth/ for valid scopes
-