org.hudsonci.plugins.vault.install
Class InstallScriptExecutor

java.lang.Object
  extended by 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

Constructor Summary
InstallScriptExecutor()
           
 
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
 

Constructor Detail

InstallScriptExecutor

public InstallScriptExecutor()
Method Detail

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.