Uses of Class
com.atlassian.bamboo.agent.classserver.JarDescriptor
-
Uses of JarDescriptor in com.atlassian.bamboo.agent.classserver
Modifier and TypeMethodDescriptionClasspathDiscoverer.discoverClasspath
(@NotNull javax.servlet.ServletContext servletContext) Discovers and filters the classpath of the server to produce all the possible jars needed by a remote agentClasspathDiscovererImpl.discoverClasspath
(@NotNull javax.servlet.ServletContext servletContext) @NotNull Set<JarDescriptor>
ClassServerManifest.getJars()
@NotNull Set<JarDescriptor>
ClassServerManifestImpl.getJars()
@NotNull Map<String,
JarDescriptor> AgentClassServer.getJarsOfFrameworkBundle()
@NotNull Map<String,
JarDescriptor> AgentClassServerImpl.getJarsOfFrameworkBundle()
@NotNull Map<String,
JarDescriptor> AgentClassServer.getJarsOfSystemProvidedPlugins()
@NotNull Map<String,
JarDescriptor> AgentClassServerImpl.getJarsOfSystemProvidedPlugins()
@NotNull Map<String,
JarDescriptor> AgentClassServer.getJarsOfUserInstalledPlugins()
@NotNull Map<String,
JarDescriptor> AgentClassServerImpl.getJarsOfUserInstalledPlugins()
@NotNull Map<String,
JarDescriptor> AgentClassServer.getJarsOnSystemClasspath()
@NotNull Map<String,
JarDescriptor> AgentClassServerImpl.getJarsOnSystemClasspath()
-
Uses of JarDescriptor in com.atlassian.bamboo.plugin.osgi
Modifier and TypeMethodDescription@NotNull List<JarDescriptor>
FrameworkBundlesResolver.getFrameworkBundles()
@NotNull List<JarDescriptor>
FrameworkBundlesResolverImpl.getFrameworkBundles()