org.hudsonci.plugins.vault.install
Class InstallScriptExecutor
java.lang.Object
org.hudsonci.plugins.vault.install.InstallScriptExecutor
- All Implemented Interfaces:
- PackageInstallListener
public class InstallScriptExecutor
- extends Object
- implements PackageInstallListener
Execute install.groovy script on installation if the file exists.
- Author:
- Jason Dillon
|
Method Summary |
void |
installed(Package pkg,
hudson.FilePath location,
hudson.model.TaskListener listener)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallScriptExecutor
public InstallScriptExecutor()
installed
public void installed(Package pkg,
hudson.FilePath location,
hudson.model.TaskListener listener)
throws Exception
- Specified by:
installed in interface PackageInstallListener
- Throws:
Exception
Copyright © 2004-2012 Hudson. All Rights Reserved.