net.praqma.jenkins.configrotator.scm.clearcaseucm
Class PrepareWorkspace

java.lang.Object
  extended by net.praqma.jenkins.configrotator.scm.clearcaseucm.PrepareWorkspace
All Implemented Interfaces:
hudson.FilePath.FileCallable<net.praqma.clearcase.ucm.view.SnapshotView>, Serializable

public class PrepareWorkspace
extends Object
implements hudson.FilePath.FileCallable<net.praqma.clearcase.ucm.view.SnapshotView>

See Also:
Serialized Form

Constructor Summary
PrepareWorkspace(net.praqma.clearcase.ucm.entities.Project project, List<net.praqma.clearcase.ucm.entities.Baseline> baselines, String viewtag, hudson.model.TaskListener listener)
           
 
Method Summary
 net.praqma.clearcase.ucm.view.SnapshotView 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

PrepareWorkspace

public PrepareWorkspace(net.praqma.clearcase.ucm.entities.Project project,
                        List<net.praqma.clearcase.ucm.entities.Baseline> baselines,
                        String viewtag,
                        hudson.model.TaskListener listener)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.