org.hudsonci.plugins.vault.install
Interface PackageInstallListener
- All Known Implementing Classes:
- AntInstaller, InstallScriptExecutor, JdkInstaller, LegacyMavenInstaller
public interface PackageInstallListener
Allows custom action to be performed when a package has been installed.
- Author:
- Jason Dillon
|
Method Summary |
void |
installed(Package pkg,
hudson.FilePath location,
hudson.model.TaskListener listener)
|
installed
void installed(Package pkg,
hudson.FilePath location,
hudson.model.TaskListener listener)
throws Exception
- Throws:
Exception
Copyright © 2004-2012 Hudson. All Rights Reserved.