net.praqma.hudson.remoting
Class RemoteUtil
java.lang.Object
net.praqma.hudson.remoting.RemoteUtil
public class RemoteUtil
- extends Object
Constructor Summary |
RemoteUtil(net.praqma.util.debug.LoggerSetting loggerSetting,
net.praqma.util.debug.appenders.Appender app)
|
Method Summary |
void |
completeRemoteDeliver(hudson.FilePath workspace,
hudson.model.BuildListener listener,
CCUCMState.State state,
boolean complete)
|
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)
|
void |
endView(hudson.FilePath workspace,
String viewtag)
|
String |
getClearCaseVersion(hudson.FilePath workspace,
net.praqma.clearcase.ucm.entities.Project project)
|
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)
|
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)
|
net.praqma.clearcase.ucm.entities.UCMEntity |
loadEntity(hudson.FilePath workspace,
net.praqma.clearcase.ucm.entities.UCMEntity entity,
boolean slavePolling)
|
void |
setAppender(net.praqma.util.debug.appenders.Appender appender)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUtil
public RemoteUtil(net.praqma.util.debug.LoggerSetting loggerSetting,
net.praqma.util.debug.appenders.Appender app)
setAppender
public void setAppender(net.praqma.util.debug.appenders.Appender appender)
completeRemoteDeliver
public void completeRemoteDeliver(hudson.FilePath workspace,
hudson.model.BuildListener listener,
CCUCMState.State state,
boolean complete)
throws CCUCMException
- Throws:
CCUCMException
createRemoteBaseline
public 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 CCUCMException
- Throws:
CCUCMException
getRemoteBaselinesFromStream
public 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)
throws CCUCMException
- Throws:
CCUCMException
getRelatedStreams
public 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 CCUCMException
- Throws:
CCUCMException
loadEntity
public net.praqma.clearcase.ucm.entities.UCMEntity loadEntity(hudson.FilePath workspace,
net.praqma.clearcase.ucm.entities.UCMEntity entity,
boolean slavePolling)
throws CCUCMException
- Throws:
CCUCMException
getClearCaseVersion
public String getClearCaseVersion(hudson.FilePath workspace,
net.praqma.clearcase.ucm.entities.Project project)
throws CCUCMException
- Throws:
CCUCMException
endView
public void endView(hudson.FilePath workspace,
String viewtag)
throws CCUCMException
- Throws:
CCUCMException
Copyright © 2004-2012. All Rights Reserved.