Uses of Class
com.atlassian.bamboo.agent.classserver.FileHashDescriptor
Packages that use FileHashDescriptor
-
Uses of FileHashDescriptor in com.atlassian.bamboo.agent.classserver
Methods in com.atlassian.bamboo.agent.classserver that return FileHashDescriptorModifier and TypeMethodDescription@NotNull FileHashDescriptorJarDescriptor.getFileHashDescriptor()Methods in com.atlassian.bamboo.agent.classserver that return types with arguments of type FileHashDescriptorModifier 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()Method parameters in com.atlassian.bamboo.agent.classserver with type arguments of type FileHashDescriptorModifier and TypeMethodDescriptionAgentClassServer.getPluginFrameworkBundles(@NotNull Set<FileHashDescriptor> fileHashDescriptors) AgentClassServerImpl.getPluginFrameworkBundles(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifestAgentClassServer.getSystemClasspath(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifestAgentClassServerImpl.getSystemClasspath(@NotNull Set<FileHashDescriptor> fileHashDescriptorsFromAgent) AgentClassServer.getSystemProvidedPlugins(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifestAgentClassServerImpl.getSystemProvidedPlugins(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifestAgentClassServer.getUserInstalledPlugins(@NotNull Set<FileHashDescriptor> fileHashDescriptors) @NotNull ClassServerManifestAgentClassServerImpl.getUserInstalledPlugins(@NotNull Set<FileHashDescriptor> fileHashDescriptors) Constructor parameters in com.atlassian.bamboo.agent.classserver with type arguments of type FileHashDescriptorModifierConstructorDescriptionClassServerManifestImpl(Set<FileHashDescriptor> jarsToRemove, Set<JarDescriptor> jarsToAdd)