Uses of Class
com.atlassian.bamboo.agent.classserver.JarDescriptor

Packages that use JarDescriptor
com.atlassian.bamboo.agent.classserver   
 

Uses of JarDescriptor in com.atlassian.bamboo.agent.classserver
 

Methods in com.atlassian.bamboo.agent.classserver that return types with arguments of type JarDescriptor
 java.util.concurrent.ConcurrentMap<java.lang.String,JarDescriptor> ClasspathDiscovererImpl.discoverClasspath(javax.servlet.ServletContext servletContext)
           
 java.util.concurrent.ConcurrentMap<java.lang.String,JarDescriptor> ClasspathDiscoverer.discoverClasspath(javax.servlet.ServletContext servletContext)
          Discovers and filters the classpath of the server to produce all the possible jars needed by a remote agent
 java.util.Set<JarDescriptor> ClassServerManifest.getJars()
           
 java.util.Set<JarDescriptor> ClassServerManifestImpl.getJars()
           
 

Constructor parameters in com.atlassian.bamboo.agent.classserver with type arguments of type JarDescriptor
ClassServerManifestImpl(java.util.Set<FileHashDescriptor> jarsToRemove, java.util.Set<JarDescriptor> jarsToAdd)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.