@Internal
public interface AgentClassServer
AgentClassServer
with JarDescriptor
sModifier and Type | Method and Description |
---|---|
Map<String,JarDescriptor> |
getJarsOfFrameworkBundle() |
Map<String,JarDescriptor> |
getJarsOfSystemProvidedPlugins() |
Map<String,JarDescriptor> |
getJarsOfUserInstalledPlugins() |
Map<String,JarDescriptor> |
getJarsOnSystemClasspath() |
ClassServerManifest |
getPluginFrameworkBundles(Set<FileHashDescriptor> fileHashDescriptors) |
Iterable<com.atlassian.plugin.Plugin> |
getPluginsAvailableForRemoteAgents() |
ClassServerManifest |
getSystemClasspath() |
ClassServerManifest |
getSystemClasspath(Set<FileHashDescriptor> fileHashDescriptors) |
com.google.common.io.InputSupplier<InputStream> |
getSystemClasspathZip() |
ClassServerManifest |
getSystemProvidedPlugins(Set<FileHashDescriptor> fileHashDescriptors) |
ClassServerManifest |
getUserInstalledPlugins(Set<FileHashDescriptor> fileHashDescriptors) |
@NotNull ClassServerManifest getSystemClasspath()
@NotNull Map<String,JarDescriptor> getJarsOnSystemClasspath()
@NotNull Map<String,JarDescriptor> getJarsOfSystemProvidedPlugins()
@NotNull Map<String,JarDescriptor> getJarsOfFrameworkBundle()
@NotNull ClassServerManifest getSystemClasspath(@NotNull Set<FileHashDescriptor> fileHashDescriptors)
fileHashDescriptors
- of the jars that the agent already has locally@NotNull ClassServerManifest getUserInstalledPlugins(@NotNull Set<FileHashDescriptor> fileHashDescriptors)
fileHashDescriptors
- of the jars that the agent already has locally@NotNull Map<String,JarDescriptor> getJarsOfUserInstalledPlugins()
ClassServerManifest getSystemProvidedPlugins(@NotNull Set<FileHashDescriptor> fileHashDescriptors)
fileHashDescriptors
- of the jars that the agent already has locallyClassServerManifest getPluginFrameworkBundles(@NotNull Set<FileHashDescriptor> fileHashDescriptors)
fileHashDescriptors
- of the jars that the agent already has locally@NotNull Iterable<com.atlassian.plugin.Plugin> getPluginsAvailableForRemoteAgents()
@NotNull com.google.common.io.InputSupplier<InputStream> getSystemClasspathZip()
InputStream
to a zip file containing the complete agent classpathCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.