Uses of Interface
com.atlassian.bamboo.plugin.OsgiServiceProxyFactory
-
-
Uses of OsgiServiceProxyFactory in com.atlassian.bamboo.plugin.osgi
Classes in com.atlassian.bamboo.plugin.osgi that implement OsgiServiceProxyFactory Modifier and Type Class Description classOsgiServiceProxyFactoryImpl -
Uses of OsgiServiceProxyFactory in com.atlassian.bamboo.plugins.stash.trigger
Methods in com.atlassian.bamboo.plugins.stash.trigger with parameters of type OsgiServiceProxyFactory Modifier and Type Method Description voidStashTriggerQuartzJob. setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory) -
Uses of OsgiServiceProxyFactory in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type OsgiServiceProxyFactory Modifier and Type Field Description static Supplier<OsgiServiceProxyFactory>ComponentAccessor. OSGI_SERVICE_PROXY_FACTORYDeprecated. -
Uses of OsgiServiceProxyFactory in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type OsgiServiceProxyFactory Modifier and Type Method Description voidBambooFreemarkerManager. setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory) -
Uses of OsgiServiceProxyFactory in com.atlassian.bamboo.ww2.results
Methods in com.atlassian.bamboo.ww2.results with parameters of type OsgiServiceProxyFactory Modifier and Type Method Description voidSoyResult. setOsgiServiceProxyFactory(OsgiServiceProxyFactory osgiServiceProxyFactory) -
Uses of OsgiServiceProxyFactory in com.atlassian.sal.bamboo.component
Constructors in com.atlassian.sal.bamboo.component with parameters of type OsgiServiceProxyFactory Constructor Description BambooComponentLocator(com.atlassian.sal.spi.HostContextAccessor accessor, OsgiServiceProxyFactory osgiServiceProxyFactory)
-