com.heroku
Class AbstractArtifactDeployment.RemoteCallable

java.lang.Object
  extended by com.heroku.AbstractArtifactDeployment.RemoteCallable
All Implemented Interfaces:
hudson.FilePath.FileCallable<Boolean>, Serializable
Enclosing class:
AbstractArtifactDeployment

public static class AbstractArtifactDeployment.RemoteCallable
extends Object
implements hudson.FilePath.FileCallable<Boolean>, Serializable

A serializable, immutable payload for the deployment task. Separated from containing class and environment to allow it to be run on remote slaves without trying to serialize the world.

See Also:
Serialized Form

Method Summary
 Boolean invoke(File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

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


Copyright © 2004-2012. All Rights Reserved.