- getAccessToken() - Method in class org.jenkinsci.plugins.GithubAccessTokenProperty
-
- getACL(AbstractItem) - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
- getACL(Job<?, ?>) - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
- getAdminUserNameList() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
-
- getAdminUserNames() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
- getAuthorities() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
-
- getAuthorities() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
-
- getClientID() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getClientSecret() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getCredentials() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
-
- getDefaultGithubApiUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
-
- getDefaultGithubWebUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
-
- getDefaultOauthScopes() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
-
- getDescriptor() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getDisplayName() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.GithubLogoutAction
-
- getDisplayName() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
-
- getGithubApiUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getGitHubText() - Method in class org.jenkinsci.plugins.GithubLogoutAction
-
- getGithubUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getGitHubURL() - Method in class org.jenkinsci.plugins.GithubLogoutAction
-
- getGithubWebUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getGroups() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
(non-Javadoc)
- getHelpFile() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy.DescriptorImpl
-
- getHelpFile() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
-
- getIconFileName() - Method in class org.jenkinsci.plugins.GithubLogoutAction
-
- getLoginUrl() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getMyself() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
-
Returns the GHMyself object from this instance.
- getName() - Method in class org.jenkinsci.plugins.GithubOAuthGroupDetails
-
- getOauthScopes() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getOrganizationNameList() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
-
- getOrganizationNames() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
- getPostLogOutUrl(StaplerRequest, Authentication) - Method in class org.jenkinsci.plugins.GithubSecurityRealm
-
- getPrincipal() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
-
Returns the login name in GitHub.
- getRootACL() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
- getScopesToRequest() - Method in class org.jenkinsci.plugins.GitHubOAuthScope
-
Returns a collection of scopes to request.
- getUrlName() - Method in class org.jenkinsci.plugins.GithubLogoutAction
-
- GithubAccessTokenProperty - Class in org.jenkinsci.plugins
-
Remembers the access token used to connect to the Github server
- GithubAccessTokenProperty(String) - Constructor for class org.jenkinsci.plugins.GithubAccessTokenProperty
-
- GithubAccessTokenProperty.DescriptorImpl - Class in org.jenkinsci.plugins
-
- GithubAuthenticationToken - Class in org.jenkinsci.plugins
-
- GithubAuthenticationToken(String, String) - Constructor for class org.jenkinsci.plugins.GithubAuthenticationToken
-
- GithubAuthorizationStrategy - Class in org.jenkinsci.plugins
-
- GithubAuthorizationStrategy(String, boolean, boolean, boolean, String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.GithubAuthorizationStrategy
-
- GithubAuthorizationStrategy.DescriptorImpl - Class in org.jenkinsci.plugins
-
- GithubLogoutAction - Class in org.jenkinsci.plugins
-
A page that shows a simple message when the user logs out.
- GithubLogoutAction() - Constructor for class org.jenkinsci.plugins.GithubLogoutAction
-
- GithubOAuthGroupDetails - Class in org.jenkinsci.plugins
-
- GithubOAuthGroupDetails(GHOrganization) - Constructor for class org.jenkinsci.plugins.GithubOAuthGroupDetails
-
Group based on organization name
- GithubOAuthGroupDetails(GHTeam) - Constructor for class org.jenkinsci.plugins.GithubOAuthGroupDetails
-
Group based on team name
- GitHubOAuthScope - Class in org.jenkinsci.plugins
-
Extension point to be implemented by plugins to request additional scopes.
- GitHubOAuthScope() - Constructor for class org.jenkinsci.plugins.GitHubOAuthScope
-
- GithubOAuthUserDetails - Class in org.jenkinsci.plugins
-
- GithubOAuthUserDetails(String, GrantedAuthority[]) - Constructor for class org.jenkinsci.plugins.GithubOAuthUserDetails
-
- GithubOAuthUserDetails(String, GithubAuthenticationToken) - Constructor for class org.jenkinsci.plugins.GithubOAuthUserDetails
-
- GitHubRepositoryName - Class in org.jenkinsci.plugins
-
Uniquely identifies a repository on GitHub.
- GitHubRepositoryName(String, String, String) - Constructor for class org.jenkinsci.plugins.GitHubRepositoryName
-
- GithubRequireOrganizationMembershipACL - Class in org.jenkinsci.plugins
-
- GithubRequireOrganizationMembershipACL(String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
-
- GithubRequireOrganizationMembershipACL(List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, AbstractItem) - Constructor for class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
-
- GithubSecretStorage - Class in org.jenkinsci.plugins
-
- GithubSecurityRealm - Class in org.jenkinsci.plugins
-
Implementation of the AbstractPasswordBasedSecurityRealm that uses github
oauth to verify the user can login.
- GithubSecurityRealm(String, String, String, String, String) - Constructor for class org.jenkinsci.plugins.GithubSecurityRealm
-
- GithubSecurityRealm.ConverterImpl - Class in org.jenkinsci.plugins
-
- GithubSecurityRealm.DescriptorImpl - Class in org.jenkinsci.plugins
-