Interface Summary |
DashboardWidget |
Deprecated. use org.sonar.api.web.RubyRailsWidget, better because of optional conditions (see annotations in org.sonar.api.web.views package) |
Footer |
|
GwtExtension |
|
Page |
Deprecated. replaced by org.sonar.api.web.GwtPage, better because of optional conditions (see annotations in org.sonar.api.web package) |
ResourceViewer |
Extension point to add a tab (GWT page) in the resource viewer |
RubyRailsPage |
|
RubyRailsWebservice |
EXPERIMENTAL
Interface to create a ruby web service extension point using the Ruby On Rails controller API (ActionController)
The method getTemplate() return the ROR controller code, the name of the controller class defined in the template
MUST match the following name scheme : Api::$Webservice.getId()Controller I.E : Webservice.getId() = TestWS > Api::TestWSController. |
RubyRailsWidget |
Widget in project dashboard page. |
View |
|
WebPage |
|
Webservice |
Interface to create a web service extension point |
Widget |
|