org.jenkinsci.plugins.graniteclient
Class BuildPackageCallable

java.lang.Object
  extended by org.jenkinsci.plugins.graniteclient.BuildPackageCallable
All Implemented Interfaces:
hudson.FilePath.FileCallable<hudson.model.Result>, Serializable

public class BuildPackageCallable
extends Object
implements hudson.FilePath.FileCallable<hudson.model.Result>

Implementation of FilePath.FileCallable used by the BuildPackageBuilder

See Also:
Serialized Form

Constructor Summary
BuildPackageCallable(GraniteClientConfig clientConfig, hudson.model.TaskListener listener, net.adamcin.granite.client.packman.PackId packId, net.adamcin.granite.client.packman.WspFilter wspFilter, boolean download)
           
 
Method Summary
 hudson.model.Result invoke(File toDirectory, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildPackageCallable

public BuildPackageCallable(GraniteClientConfig clientConfig,
                            hudson.model.TaskListener listener,
                            net.adamcin.granite.client.packman.PackId packId,
                            net.adamcin.granite.client.packman.WspFilter wspFilter,
                            boolean download)
Method Detail

invoke

public hudson.model.Result invoke(File toDirectory,
                                  hudson.remoting.VirtualChannel channel)
                           throws IOException,
                                  InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<hudson.model.Result>
Throws:
IOException
InterruptedException


Copyright © 2013-2014. All Rights Reserved.