public class Rebase extends Object
Constructor and Description |
---|
Rebase(Stream stream) |
Rebase(Stream stream,
UCMView view,
Baseline baseline) |
Rebase(Stream stream,
UCMView view,
List<Baseline> baselines) |
Rebase(String viewTag) |
Rebase(UCMView view) |
Modifier and Type | Method and Description |
---|---|
Rebase |
addBaseline(Baseline baseline) |
Rebase |
addBaselines(List<Baseline> baselines) |
void |
cancel() |
static void |
cancelRebase(Stream stream) |
void |
complete() |
static void |
completeRebase(Stream stream) |
Rebase |
dropBaseline(Baseline baseline) |
Rebase |
dropBaselines(List<Baseline> baselines) |
Rebase |
dropFromStream()
|
Set<Baseline> |
getDroppedBaselines() |
boolean |
isInProgress() |
static boolean |
isInProgress(Stream stream) |
boolean |
rebase(boolean complete) |
boolean |
rebase(boolean complete,
boolean cancelAndTryResume)
Rebases the current stream.
|
Rebase |
setViewTag(String viewTag) |
public Rebase(Stream stream)
public Rebase(UCMView view)
public Rebase(String viewTag)
public boolean rebase(boolean complete, boolean cancelAndTryResume) throws RebaseException
complete
- Flag to indicate if the rebase should be completedcancelAndTryResume
- Flag to indicate wheather the rebase should try and restart an ongoing rebaseRebaseException
- Thrown when ClearCase reports errors with the rebasepublic boolean rebase(boolean complete) throws RebaseException
RebaseException
public boolean isInProgress() throws CleartoolException
CleartoolException
public static boolean isInProgress(Stream stream) throws CleartoolException
CleartoolException
public void cancel() throws CleartoolException
CleartoolException
public void complete() throws CleartoolException
CleartoolException
public static void completeRebase(Stream stream) throws CleartoolException
CleartoolException
public static void cancelRebase(Stream stream) throws CleartoolException
CleartoolException
Copyright © 2016–2018. All rights reserved.