Uses of Class
com.atlassian.bamboo.agent.classserver.FileHashDescriptor
-
Uses of FileHashDescriptor in com.atlassian.bamboo.agent.classserver
Modifier and TypeMethodDescription@NotNull FileHashDescriptor
JarDescriptor.getFileHashDescriptor()
Modifier and TypeMethodDescriptionprotected static Set<FileHashDescriptor>
AgentServerServlet.getFileHashDescriptors
(javax.servlet.http.HttpServletRequest request) static Set<FileHashDescriptor>
FileHashDescriptor.getFileHashDescriptors
(@NotNull Map<String, String> fileToCrcHashMap) @NotNull Set<FileHashDescriptor>
ClassServerManifest.getJarsToRemove()
@NotNull Set<FileHashDescriptor>
ClassServerManifestImpl.getJarsToRemove()
Modifier and TypeMethodDescriptionAgentClassServer.getPluginFrameworkBundles
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) AgentClassServerImpl.getPluginFrameworkBundles
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifest
AgentClassServer.getSystemClasspath
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifest
AgentClassServerImpl.getSystemClasspath
(@NotNull Set<FileHashDescriptor> fileHashDescriptorsFromAgent) AgentClassServer.getSystemProvidedPlugins
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifest
AgentClassServerImpl.getSystemProvidedPlugins
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifest
AgentClassServer.getUserInstalledPlugins
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifest
AgentClassServerImpl.getUserInstalledPlugins
(@NotNull Set<FileHashDescriptor> fileHashDescriptors) ModifierConstructorDescriptionClassServerManifestImpl
(Set<FileHashDescriptor> jarsToRemove, Set<JarDescriptor> jarsToAdd)