Class BaseApplinkRestAPI
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest.BaseApplinkRestAPI
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
,UnprotectedRootAction
@Extension public class BaseApplinkRestAPI extends InvisibleAction implements UnprotectedRootAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BaseApplinkRestAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
getOauth()
String
getUrlName()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName
-
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classInvisibleAction
-
getOauth
public Action getOauth()
-
-