java.lang.Object
com.atlassian.jira.com.rproxy.goskope.component.spring.osgi.OsgiServiceRegistry

public class OsgiServiceRegistry extends Object
A registry of the components that Jira will publish as OSGi services or OSGi service factories.
  • Constructor Details

    • OsgiServiceRegistry

      public OsgiServiceRegistry(org.springframework.context.ApplicationContext applicationContext)
      Constructor.
  • Method Details

    • getServices

      @Nonnull public Set<OsgiService> getServices()
      Returns the services defined by spring beans annotated by AvailableToPlugins and ServiceFactories annotated with OsgiServiceFactory.
      Returns:
      see above