Package io.jenkins.blueocean.rest
Interface ApiRoutable
- All Superinterfaces:
ExtensionPoint
,Routable
- All Known Implementing Classes:
AnalyticsRoute
,BlueExtensionClassContainer
,BlueOrganizationContainer
,BlueUserContainer
Marks the REST API endpoints that are exposed by
ApiHead
- Author:
- Kohsuke Kawaguchi, Vivek Pandey
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
-
Method Details
-
getUrlName
String getUrlName()See Action.getUrlName() for contract.- Specified by:
getUrlName
in interfaceRoutable
-