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
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
doProjectList
(jenkins.scm.api.SCMSourceOwner context, String server, String owner) org.kohsuke.stapler.HttpResponse
-
Field Details
-
LOGGER
-
-
Constructor Details
-
GitlabAction
public GitlabAction()
-
-
Method Details
-
doServerList
public org.kohsuke.stapler.HttpResponse doServerList() -
doProjectList
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-