Uses of Interface
org.hudsonci.plugins.vault.install.PackageInstallListener

Packages that use PackageInstallListener
org.hudsonci.plugins.vault.install   
org.hudsonci.plugins.vault.tool   
 

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

Classes in org.hudsonci.plugins.vault.install that implement PackageInstallListener
 class InstallScriptExecutor
          Execute install.groovy script on installation if the file exists.
 

Methods in org.hudsonci.plugins.vault.install that return types with arguments of type PackageInstallListener
 Collection<PackageInstallListener> PackageInstaller.getInstallListeners()
           
 

Methods in org.hudsonci.plugins.vault.install with parameters of type PackageInstallListener
 void PackageInstaller.addInstallListener(PackageInstallListener listener)
           
 void PackageInstaller.removeInstallListener(PackageInstallListener listener)
           
 

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

Classes in org.hudsonci.plugins.vault.tool that implement PackageInstallListener
 class AntInstaller
          Apache Ant ToolInstallerSupport.
 class JdkInstaller
          JDK ToolInstallerSupport.
 class LegacyMavenInstaller
          Apache Maven ToolInstallerSupport.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.