Class GitlabAction

java.lang.Object
io.jenkins.plugins.gitlabserverconfig.action.GitlabAction
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction

@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class GitlabAction extends Object implements RootAction
Provide an API for Jenkins integration purpose
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • GitlabAction

      public GitlabAction()
  • Method Details

    • doServerList

      public org.kohsuke.stapler.HttpResponse doServerList()
    • doProjectList

      public org.kohsuke.stapler.HttpResponse doProjectList(@AncestorInPath jenkins.scm.api.SCMSourceOwner context, @QueryParameter String server, @QueryParameter String owner)
    • getIconFileName

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

      @CheckForNull public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      @CheckForNull public String getUrlName()
      Specified by:
      getUrlName in interface Action