net.praqma.hudson.scm
Class CheckoutTask

java.lang.Object
  extended by net.praqma.hudson.scm.CheckoutTask
All Implemented Interfaces:
hudson.FilePath.FileCallable<net.praqma.util.structure.Tuple<java.lang.String,java.lang.String>>, java.io.Serializable

public class CheckoutTask
extends java.lang.Object
implements hudson.FilePath.FileCallable<net.praqma.util.structure.Tuple<java.lang.String,java.lang.String>>

See Also:
Serialized Form

Constructor Summary
CheckoutTask(hudson.model.BuildListener listener, java.lang.String jobname, java.lang.Integer jobNumber, java.lang.String intStream, java.lang.String loadModule, java.lang.String baselinefqname, java.lang.String buildProject, net.praqma.util.debug.PraqmaLogger.Logger logger)
           
 
Method Summary
 net.praqma.clearcase.ucm.utils.BaselineDiff getBaselineDiffs()
           
 net.praqma.clearcase.ucm.view.SnapshotView getSnapshotView()
           
 net.praqma.util.structure.Tuple<java.lang.String,java.lang.String> invoke(java.io.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

CheckoutTask

public CheckoutTask(hudson.model.BuildListener listener,
                    java.lang.String jobname,
                    java.lang.Integer jobNumber,
                    java.lang.String intStream,
                    java.lang.String loadModule,
                    java.lang.String baselinefqname,
                    java.lang.String buildProject,
                    net.praqma.util.debug.PraqmaLogger.Logger logger)
Method Detail

invoke

public net.praqma.util.structure.Tuple<java.lang.String,java.lang.String> invoke(java.io.File workspace,
                                                                                 hudson.remoting.VirtualChannel channel)
                                                                          throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<net.praqma.util.structure.Tuple<java.lang.String,java.lang.String>>
Throws:
java.io.IOException

getSnapshotView

public net.praqma.clearcase.ucm.view.SnapshotView getSnapshotView()

getBaselineDiffs

public net.praqma.clearcase.ucm.utils.BaselineDiff getBaselineDiffs()
                                                             throws net.praqma.clearcase.ucm.UCMException
Throws:
net.praqma.clearcase.ucm.UCMException


Copyright © 2011. All Rights Reserved.