net.praqma.hudson.remoting
Class RemoteUtil

java.lang.Object
  extended by net.praqma.hudson.remoting.RemoteUtil

public abstract class RemoteUtil
extends Object


Method Summary
static void completeRemoteDeliver(hudson.FilePath workspace, hudson.model.BuildListener listener, net.praqma.clearcase.ucm.entities.Baseline baseline, net.praqma.clearcase.ucm.entities.Stream stream, String viewtag, File viewPath, boolean complete)
           
static net.praqma.clearcase.ucm.entities.Baseline createRemoteBaseline(hudson.FilePath workspace, hudson.model.BuildListener listener, String baseName, net.praqma.clearcase.ucm.entities.Component component, File view, String username)
           
static void endView(hudson.FilePath workspace, String viewtag)
           
static String getClearCaseVersion(hudson.FilePath workspace, net.praqma.clearcase.ucm.entities.Project project)
           
static List<net.praqma.clearcase.ucm.entities.Stream> getRelatedStreams(hudson.FilePath workspace, hudson.model.TaskListener listener, net.praqma.clearcase.ucm.entities.Stream stream, Polling polling, boolean slavePolling, boolean multisitePolling, String hLinkFeedFrom)
           
static List<net.praqma.clearcase.ucm.entities.Baseline> getRemoteBaselinesFromStream(hudson.FilePath workspace, net.praqma.clearcase.ucm.entities.Component component, net.praqma.clearcase.ucm.entities.Stream stream, net.praqma.clearcase.ucm.entities.Project.PromotionLevel plevel, boolean slavePolling, boolean multisitePolling, Date date)
           
static net.praqma.clearcase.ucm.entities.UCMEntity loadEntity(hudson.FilePath workspace, net.praqma.clearcase.ucm.entities.UCMEntity entity, boolean slavePolling)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

completeRemoteDeliver

public static void completeRemoteDeliver(hudson.FilePath workspace,
                                         hudson.model.BuildListener listener,
                                         net.praqma.clearcase.ucm.entities.Baseline baseline,
                                         net.praqma.clearcase.ucm.entities.Stream stream,
                                         String viewtag,
                                         File viewPath,
                                         boolean complete)
                                  throws CCUCMException
Throws:
CCUCMException

createRemoteBaseline

public static net.praqma.clearcase.ucm.entities.Baseline createRemoteBaseline(hudson.FilePath workspace,
                                                                              hudson.model.BuildListener listener,
                                                                              String baseName,
                                                                              net.praqma.clearcase.ucm.entities.Component component,
                                                                              File view,
                                                                              String username)
                                                                       throws IOException,
                                                                              InterruptedException
Throws:
IOException
InterruptedException

loadEntity

public static net.praqma.clearcase.ucm.entities.UCMEntity loadEntity(hudson.FilePath workspace,
                                                                     net.praqma.clearcase.ucm.entities.UCMEntity entity,
                                                                     boolean slavePolling)
                                                              throws IOException,
                                                                     InterruptedException
Throws:
IOException
InterruptedException

getClearCaseVersion

public static String getClearCaseVersion(hudson.FilePath workspace,
                                         net.praqma.clearcase.ucm.entities.Project project)
                                  throws IOException,
                                         InterruptedException
Throws:
IOException
InterruptedException

endView

public static void endView(hudson.FilePath workspace,
                           String viewtag)
                    throws IOException,
                           InterruptedException
Throws:
IOException
InterruptedException

getRelatedStreams

public static List<net.praqma.clearcase.ucm.entities.Stream> getRelatedStreams(hudson.FilePath workspace,
                                                                               hudson.model.TaskListener listener,
                                                                               net.praqma.clearcase.ucm.entities.Stream stream,
                                                                               Polling polling,
                                                                               boolean slavePolling,
                                                                               boolean multisitePolling,
                                                                               String hLinkFeedFrom)
                                                                        throws IOException,
                                                                               InterruptedException
Throws:
IOException
InterruptedException

getRemoteBaselinesFromStream

public static List<net.praqma.clearcase.ucm.entities.Baseline> getRemoteBaselinesFromStream(hudson.FilePath workspace,
                                                                                            net.praqma.clearcase.ucm.entities.Component component,
                                                                                            net.praqma.clearcase.ucm.entities.Stream stream,
                                                                                            net.praqma.clearcase.ucm.entities.Project.PromotionLevel plevel,
                                                                                            boolean slavePolling,
                                                                                            boolean multisitePolling,
                                                                                            Date date)
                                                                                     throws IOException,
                                                                                            InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2015. All Rights Reserved.