Class GithubLogoutAction

java.lang.Object
org.jenkinsci.plugins.GithubLogoutAction
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction, UnprotectedRootAction

@Extension public class GithubLogoutAction extends Object implements UnprotectedRootAction
A page that shows a simple message when the user logs out. This prevents a logout -> login loop when using this security realm and Anonymous does not have Overall.READ permission.
  • Constructor Details

    • GithubLogoutAction

      public GithubLogoutAction()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getGitHubURL

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public String getGitHubURL()
    • getGitHubText

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public String getGitHubText()