Uses of Class
com.atlassian.bamboo.agent.classserver.FileHashDescriptor
-
Packages that use FileHashDescriptor Package Description com.atlassian.bamboo.agent.classserver -
-
Uses of FileHashDescriptor in com.atlassian.bamboo.agent.classserver
Methods in com.atlassian.bamboo.agent.classserver that return FileHashDescriptor Modifier and Type Method Description @NotNull FileHashDescriptorJarDescriptor. getFileHashDescriptor()Methods in com.atlassian.bamboo.agent.classserver that return types with arguments of type FileHashDescriptor Modifier and Type Method Description protected 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 FileHashDescriptor Modifier and Type Method Description ClassServerManifestAgentClassServer. getPluginFrameworkBundles(@NotNull Set<FileHashDescriptor> fileHashDescriptors)ClassServerManifestAgentClassServerImpl. getPluginFrameworkBundles(@NotNull Set<FileHashDescriptor> fileHashDescriptors)@NotNull ClassServerManifestAgentClassServer. getSystemClasspath(@NotNull Set<FileHashDescriptor> fileHashDescriptors)@NotNull ClassServerManifestAgentClassServerImpl. getSystemClasspath(@NotNull Set<FileHashDescriptor> fileHashDescriptorsFromAgent)ClassServerManifestAgentClassServer. 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 FileHashDescriptor Constructor Description ClassServerManifestImpl(Set<FileHashDescriptor> jarsToRemove, Set<JarDescriptor> jarsToAdd)
-