net.praqma.hudson.remoting
Class GetRelatedStreams

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

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

See Also:
Serialized Form

Constructor Summary
GetRelatedStreams(hudson.model.TaskListener listener, net.praqma.clearcase.ucm.entities.Stream stream, boolean pollingChildStreams, boolean multisitePolling)
           
 
Method Summary
 List<net.praqma.clearcase.ucm.entities.Stream> 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

GetRelatedStreams

public GetRelatedStreams(hudson.model.TaskListener listener,
                         net.praqma.clearcase.ucm.entities.Stream stream,
                         boolean pollingChildStreams,
                         boolean multisitePolling)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.