Uses of Interface
org.sonar.api.ServerComponent

Packages that use ServerComponent
org.sonar.api   
org.sonar.api.charts   
org.sonar.api.component   
org.sonar.api.config   
org.sonar.api.i18n   
org.sonar.api.issue   
org.sonar.api.issue.action   
org.sonar.api.measures   
org.sonar.api.notifications   
org.sonar.api.platform   
org.sonar.api.profiles   
org.sonar.api.qualitymodel   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.security   
org.sonar.api.user   
org.sonar.api.utils   
org.sonar.api.web   
 

Uses of ServerComponent in org.sonar.api
 

Subinterfaces of ServerComponent in org.sonar.api
 interface ServerExtension
          Server extension point.
 

Uses of ServerComponent in org.sonar.api.charts
 

Subinterfaces of ServerComponent in org.sonar.api.charts
 interface Chart
          An Extension to create charts
 

Classes in org.sonar.api.charts that implement ServerComponent
 class AbstractChart
          An extension point to generate JFreeChart charts
 

Uses of ServerComponent in org.sonar.api.component
 

Subinterfaces of ServerComponent in org.sonar.api.component
 interface Perspectives
           
 interface ResourcePerspectives
          Only on batch-side.
 interface RubyComponentService
           
 

Uses of ServerComponent in org.sonar.api.config
 

Classes in org.sonar.api.config that implement ServerComponent
 class EmailSettings
          If batch extensions use this component, then batch must be executed with administrator rights (see properties sonar.login and sonar.password)
 class GlobalPropertyChangeHandler
          Observe changes of global properties done from web application.
 class PropertyDefinition
          Declare a plugin property.
 class PropertyDefinitions
          Metadata of all the properties declared by plugins
 class Settings
          Project Settings on batch side, Global Settings on server side.
 

Uses of ServerComponent in org.sonar.api.i18n
 

Subinterfaces of ServerComponent in org.sonar.api.i18n
 interface I18n
          Main component that provides translation facilities.
 interface RuleI18n
          I18n-companion component that provides translation facilities for rule names, descriptions and parameter names.
 

Uses of ServerComponent in org.sonar.api.issue
 

Subinterfaces of ServerComponent in org.sonar.api.issue
 interface IssueFinder
          Search for issues.
 interface RubyIssueService
          Facade for JRuby on Rails extensions to request issues.
 

Uses of ServerComponent in org.sonar.api.issue.action
 

Classes in org.sonar.api.issue.action that implement ServerComponent
 class Actions
           
 

Uses of ServerComponent in org.sonar.api.measures
 

Subinterfaces of ServerComponent in org.sonar.api.measures
 interface MetricFinder
           
 interface Metrics
           
 

Classes in org.sonar.api.measures that implement ServerComponent
 class Metric
          This class represents the definition of a metric in Sonar.
 

Uses of ServerComponent in org.sonar.api.notifications
 

Subinterfaces of ServerComponent in org.sonar.api.notifications
 interface NotificationManager
           The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 

Classes in org.sonar.api.notifications that implement ServerComponent
 class NotificationChannel
           Plugins should extend this class to provide implementation on a specific way to deliver notifications.
 class NotificationDispatcher
           Plugins should extend this class to provide logic to determine which users are interested in receiving notifications, along with which delivery channels they selected.
 class NotificationDispatcherMetadata
           Notification dispatchers (see NotificationDispatcher) can define their own metadata class in order to tell more about them.
 

Uses of ServerComponent in org.sonar.api.platform
 

Subinterfaces of ServerComponent in org.sonar.api.platform
 interface NewUserHandler
           
 interface PluginRepository
           
 interface ServerFileSystem
           
 interface ServerPluginRepository
           
 interface ServerStartHandler
           
 interface ServerStopHandler
           
 interface ServerUpgradeStatus
           
 

Classes in org.sonar.api.platform that implement ServerComponent
 class ComponentContainer
           
 class Server
           
 

Uses of ServerComponent in org.sonar.api.profiles
 

Classes in org.sonar.api.profiles that implement ServerComponent
 class AnnotationProfileParser
           
 class ProfileDefinition
          Define a profile which is automatically registered during sonar startup.
 class ProfileExporter
           
 class ProfileImporter
           
 class XMLProfileParser
          TODO should be an interface
 class XMLProfileSerializer
           
 

Uses of ServerComponent in org.sonar.api.qualitymodel
 

Subinterfaces of ServerComponent in org.sonar.api.qualitymodel
 interface ModelFinder
           
 

Classes in org.sonar.api.qualitymodel that implement ServerComponent
 class ModelDefinition
          This extension point must be implemented to define a new quality model.
 

Uses of ServerComponent in org.sonar.api.resources
 

Subinterfaces of ServerComponent in org.sonar.api.resources
 interface Language
          The extension point to define a new language
 

Classes in org.sonar.api.resources that implement ServerComponent
 class AbstractLanguage
          Inherit this class to define a new language like PLSQL, PHP or C#
 class Java
          Deprecated. in 3.6
 class Languages
          A class to store the list of languages
 class ResourceTypes
           
 class ResourceTypeTree
           
 

Uses of ServerComponent in org.sonar.api.rules
 

Subinterfaces of ServerComponent in org.sonar.api.rules
 interface RuleFinder
           
 

Classes in org.sonar.api.rules that implement ServerComponent
 class AnnotationRuleParser
           
 class RuleRepository
           
 class XMLRuleParser
           
 

Uses of ServerComponent in org.sonar.api.security
 

Subinterfaces of ServerComponent in org.sonar.api.security
 interface LoginPasswordAuthenticator
          Deprecated. replaced by Authenticator in version 3.1
 interface ResourcePermissions
          Grant access to newly created projects.
 interface UserFinder
           
 

Classes in org.sonar.api.security that implement ServerComponent
 class Authenticator
           
 class SecurityRealm
           
 

Uses of ServerComponent in org.sonar.api.user
 

Subinterfaces of ServerComponent in org.sonar.api.user
 interface RubyUserService
           
 

Uses of ServerComponent in org.sonar.api.utils
 

Subinterfaces of ServerComponent in org.sonar.api.utils
 interface Semaphores
          A semaphore shared among all the processes that can connect to the central database.
 

Classes in org.sonar.api.utils that implement ServerComponent
 class HttpDownloader
          This component downloads HTTP files
 class UriReader
          Reads different types of URI.
 

Uses of ServerComponent in org.sonar.api.web
 

Subinterfaces of ServerComponent in org.sonar.api.web
 interface Footer
           
 interface GwtExtension
           
 interface Page
           
 interface RubyRailsPage
           
 interface RubyRailsWebservice
          Interface to create a web service by implementing a Ruby On Rails controller.
 interface RubyRailsWidget
          Widget in project dashboard page.
 interface View
           
 interface Webservice
          Interface to create a web service extension point
 interface Widget
           
 

Classes in org.sonar.api.web that implement ServerComponent
 class AbstractDashboardWidget
          Deprecated. override org.sonar.api.web.AbstractRubyTemplate and implement org.sonar.api.web.RubyRailsWidget
 class CodeColorizerFormat
          Extend the library sonar-colorizer to support new languages.
 class DashboardTemplate
          This extension point must be implemented to define a new dashboard.
 class FilterTemplate
          This extension point must be implemented to define a new filter.
 class GwtPage
           
 class PageDecoration
          Adds content to HTML pages.
 class ServletFilter
           
 



Copyright © 2009-2013 SonarSource. All Rights Reserved.