Uses of Class
org.hudsonci.plugins.vault.Bundle

Packages that use Bundle
org.hudsonci.plugins.vault   
org.hudsonci.plugins.vault.slave   
org.hudsonci.plugins.vault.tool   
org.hudsonci.plugins.vault.ui   
 

Uses of Bundle in org.hudsonci.plugins.vault
 

Methods in org.hudsonci.plugins.vault that return Bundle
 Bundle Vault.addBundle(Bundle bundle)
           
 Bundle Vault.getBundle(String name)
           
 

Methods in org.hudsonci.plugins.vault that return types with arguments of type Bundle
 Collection<Bundle> Vault.findBundles(String type)
           
 Collection<Bundle> Vault.getBundles()
           
 

Methods in org.hudsonci.plugins.vault with parameters of type Bundle
 Bundle Vault.addBundle(Bundle bundle)
           
 File Vault.buildPackageCache(Bundle bundle, Package pkg)
           
 int Bundle.compareTo(Bundle bundle)
           
 void Vault.removePackageCache(Bundle bundle, Package pkg)
           
 

Constructors in org.hudsonci.plugins.vault with parameters of type Bundle
Bundle(String name, Bundle bundle)
           
 

Uses of Bundle in org.hudsonci.plugins.vault.slave
 

Methods in org.hudsonci.plugins.vault.slave that return types with arguments of type Bundle
 Collection<Bundle> NodeOnlineInstaller.DescriptorImpl.getBundles()
           
 

Uses of Bundle in org.hudsonci.plugins.vault.tool
 

Methods in org.hudsonci.plugins.vault.tool that return types with arguments of type Bundle
 Collection<Bundle> ToolInstallerSupport.Descriptor.getBundles()
           
 

Uses of Bundle in org.hudsonci.plugins.vault.ui
 

Methods in org.hudsonci.plugins.vault.ui that return Bundle
 Bundle BundleUI.getData()
           
 

Constructors in org.hudsonci.plugins.vault.ui with parameters of type Bundle
BundleUI(VaultUI parent, Bundle data)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.