Class GitLabLogoutAction

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

@Extension public class GitLabLogoutAction 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

    • GitLabLogoutAction

      public GitLabLogoutAction()
  • 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
    • getGitLabURL

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public String getGitLabURL()
    • getGitLabText

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