Interface RubyRailsWidget

  • All Superinterfaces:
    View, Widget
    All Known Implementing Classes:
    AbstractDashboardWidget

    @Deprecated
    public interface RubyRailsWidget
    extends Widget
    Deprecated.
    since 6.2, this extension is ignored as dashboards have been removed
    Widget in project dashboard page. It's recommended to also extend AbstractRubyTemplate :
    public class MyWidget extends AbstractRubyTemplate implements RubyRailsWidget { protected String getTemplatePath() { return "/myplugin/my_template.erb"; } }
    Since:
    1.11
    • Method Detail

      • getTemplate

        java.lang.String getTemplate()
        Deprecated.
        Returns:
        content of the Ruby on Rails template