Interface ApiRoutable

All Superinterfaces:
ExtensionPoint, Routable
All Known Implementing Classes:
AnalyticsRoute, BlueExtensionClassContainer, BlueOrganizationContainer, BlueUserContainer

public interface ApiRoutable extends Routable, ExtensionPoint
Marks the REST API endpoints that are exposed by ApiHead
Author:
Kohsuke Kawaguchi, Vivek Pandey
  • Method Details

    • getUrlName

      String getUrlName()
      See Action.getUrlName() for contract.
      Specified by:
      getUrlName in interface Routable