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)
          Deprecated. 
GetRelatedStreams(hudson.model.TaskListener listener, net.praqma.clearcase.ucm.entities.Stream stream, Polling polling, boolean multisitePolling, String hyperLinkName)
           
 
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

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


GetRelatedStreams

public GetRelatedStreams(hudson.model.TaskListener listener,
                         net.praqma.clearcase.ucm.entities.Stream stream,
                         Polling polling,
                         boolean multisitePolling,
                         String hyperLinkName)
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-2015. All Rights Reserved.