Package org.jenkinsci.plugins
Class GitLabOAuthScope
java.lang.Object
org.jenkinsci.plugins.GitLabOAuthScope
- 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<String> Returns a collection of scopes to request. 
- 
Constructor Details
- 
GitLabOAuthScope
public GitLabOAuthScope() 
 - 
 - 
Method Details
- 
getScopesToRequest
Returns a collection of scopes to request. See http://developer.gitlab.com/v3/oauth/ for valid scopes 
 -