net.praqma.hudson.remoting
Class RemoteDeliverComplete

java.lang.Object
  extended by net.praqma.hudson.remoting.RemoteDeliverComplete
All Implemented Interfaces:
hudson.FilePath.FileCallable<Boolean>, Serializable

public class RemoteDeliverComplete
extends Object
implements hudson.FilePath.FileCallable<Boolean>

See Also:
Serialized Form

Constructor Summary
RemoteDeliverComplete(net.praqma.clearcase.ucm.entities.Baseline baseline, net.praqma.clearcase.ucm.entities.Stream stream, String viewtag, File viewPath, boolean complete, hudson.model.BuildListener listener)
           
 
Method Summary
 Boolean invoke(File f, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDeliverComplete

public RemoteDeliverComplete(net.praqma.clearcase.ucm.entities.Baseline baseline,
                             net.praqma.clearcase.ucm.entities.Stream stream,
                             String viewtag,
                             File viewPath,
                             boolean complete,
                             hudson.model.BuildListener listener)
Method Detail

invoke

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


Copyright © 2004-2015. All Rights Reserved.