net.praqma.hudson.remoting
Class RemoteUtil
java.lang.Object
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,
boolean pollingChildStreams,
boolean slavePolling,
boolean multisitePolling)
|
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 |
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,
boolean pollingChildStreams,
boolean slavePolling,
boolean multisitePolling)
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-2013. All Rights Reserved.