net.praqma.hudson.remoting.deliver
Class GetChanges

java.lang.Object
  extended by net.praqma.hudson.remoting.deliver.GetChanges
All Implemented Interfaces:
hudson.FilePath.FileCallable<List<net.praqma.clearcase.ucm.entities.Activity>>, Serializable

public class GetChanges
extends Object
implements hudson.FilePath.FileCallable<List<net.praqma.clearcase.ucm.entities.Activity>>

Since:
1.4.0
Author:
cwolfgang
See Also:
Serialized Form

Constructor Summary
GetChanges(hudson.model.BuildListener listener, net.praqma.clearcase.ucm.entities.Stream destinationStream, net.praqma.clearcase.ucm.entities.Baseline baseline, String viewPath)
           
 
Method Summary
 List<net.praqma.clearcase.ucm.entities.Activity> 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
 

Constructor Detail

GetChanges

public GetChanges(hudson.model.BuildListener listener,
                  net.praqma.clearcase.ucm.entities.Stream destinationStream,
                  net.praqma.clearcase.ucm.entities.Baseline baseline,
                  String viewPath)
Method Detail

invoke

public List<net.praqma.clearcase.ucm.entities.Activity> invoke(File workspace,
                                                               hudson.remoting.VirtualChannel channel)
                                                        throws IOException,
                                                               InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<List<net.praqma.clearcase.ucm.entities.Activity>>
Throws:
IOException
InterruptedException


Copyright © 2004-2015. All Rights Reserved.