Class GitLabOAuthScope

java.lang.Object
org.jenkinsci.plugins.GitLabOAuthScope
All Implemented Interfaces:
ExtensionPoint

public abstract class GitLabOAuthScope extends Object implements ExtensionPoint
Extension point to be implemented by plugins to request additional scopes.
Author:
Kohsuke Kawaguchi
  • Constructor Details Link icon

    • GitLabOAuthScope Link icon

      public GitLabOAuthScope()
  • Method Details Link icon

    • getScopesToRequest Link icon

      public abstract Collection<String> getScopesToRequest()
      Returns a collection of scopes to request. See http://developer.gitlab.com/v3/oauth/ for valid scopes