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

Packages that use Package
org.hudsonci.plugins.vault   
org.hudsonci.plugins.vault.install   
org.hudsonci.plugins.vault.tool   
org.hudsonci.plugins.vault.ui   
org.hudsonci.plugins.vault.util   
 

Uses of Package in org.hudsonci.plugins.vault
 

Methods in org.hudsonci.plugins.vault that return Package
 Package Bundle.getPackage(String id)
           
 

Methods in org.hudsonci.plugins.vault that return types with arguments of type Package
 Set<Package> Bundle.getPackages()
           
 

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

Method parameters in org.hudsonci.plugins.vault with type arguments of type Package
 void Bundle.setPackages(Set<Package> packages)
           
 

Uses of Package in org.hudsonci.plugins.vault.install
 

Methods in org.hudsonci.plugins.vault.install that return Package
 Package PackageSelector.select()
           
 

Methods in org.hudsonci.plugins.vault.install with parameters of type Package
 void PackageInstallListener.installed(Package pkg, hudson.FilePath location, hudson.model.TaskListener listener)
           
 void InstallScriptExecutor.installed(Package pkg, hudson.FilePath location, hudson.model.TaskListener listener)
           
 boolean PackageSelector.matches(Package pkg, NodeContext context)
           
 

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

Methods in org.hudsonci.plugins.vault.tool with parameters of type Package
 void LegacyMavenInstaller.installed(Package pkg, hudson.FilePath location, hudson.model.TaskListener listener)
           
 void JdkInstaller.installed(Package pkg, hudson.FilePath location, hudson.model.TaskListener listener)
           
 void AntInstaller.installed(Package pkg, hudson.FilePath location, hudson.model.TaskListener listener)
           
 

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

Methods in org.hudsonci.plugins.vault.ui that return Package
 Package PackageUI.getData()
           
 

Methods in org.hudsonci.plugins.vault.ui that return types with arguments of type Package
 Collection<Package> BundleUI.getPackages()
           
 

Methods in org.hudsonci.plugins.vault.ui with parameters of type Package
 String BundleUI.renderProperties(Package pkg)
          Render package properties suitable for display in the package table.
 

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

Uses of Package in org.hudsonci.plugins.vault.util
 

Methods in org.hudsonci.plugins.vault.util with parameters of type Package
 File Archiver.archive(Package pkg, File archive, File source)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.