public class Deliver extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Deliver.DeliverStatus |
static class |
Deliver.Status |
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
rxFindActivity |
static Pattern |
rxFindStream |
static Pattern |
rxFindViewTag |
| Constructor and Description |
|---|
Deliver(Baseline baseline,
Stream stream,
Stream target,
File context,
String viewtag) |
Deliver(Stream stream,
Stream target) |
Deliver(Stream stream,
Stream target,
File context,
String viewtag) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
static void |
cancel(Stream targetStream) |
static void |
cancel(Stream stream,
File context) |
Deliver |
complete() |
boolean |
deliver(boolean force,
boolean complete,
boolean abort,
boolean resume)
Deprecated.
since 0.6.13 - Should it be?
|
Deliver.DeliverStatus |
getDeliverStatus() |
String |
getStatus() |
static String |
getStatus(Stream stream) |
File |
getViewContext() |
String |
getViewtag() |
boolean |
isDelivering() |
static boolean |
isDelivering(Stream stream) |
static void |
rollBack(String oldViewTag,
Stream oldSourceStream,
File context) |
static Deliver.DeliverStatus |
stringToStatus(String string) |
public static final Pattern rxFindStream
public static final Pattern rxFindActivity
public static final Pattern rxFindViewTag
public Deliver(Baseline baseline, Stream stream, Stream target, File context, String viewtag)
baseline - The baseline to deliverstream - The stream which the baseline belingstarget - The target stream for the delivercontext - - View context of the target viewviewtag - - View tag of the target view@Deprecated public boolean deliver(boolean force, boolean complete, boolean abort, boolean resume) throws DeliverException, CleartoolException
force - Force delivercomplete - Complete the deliverabort - Abortresume - ResumeDeliverException - Thrown when ClearCase reports errorsCleartoolException - Thrown when ClearCase reports errorspublic Deliver complete() throws DeliverException
DeliverExceptionpublic static void rollBack(String oldViewTag, Stream oldSourceStream, File context) throws CleartoolException, IOException
CleartoolExceptionIOExceptionpublic void cancel()
throws CancelDeliverException
CancelDeliverExceptionpublic static void cancel(Stream stream, File context) throws CancelDeliverException
CancelDeliverExceptionpublic static void cancel(Stream targetStream) throws ClearCaseException
ClearCaseExceptionpublic String getStatus() throws CleartoolException
CleartoolExceptionpublic Deliver.DeliverStatus getDeliverStatus() throws CleartoolException
CleartoolExceptionpublic static String getStatus(Stream stream) throws CleartoolException
CleartoolExceptionpublic boolean isDelivering()
throws CleartoolException
CleartoolExceptionpublic static boolean isDelivering(Stream stream) throws CleartoolException
CleartoolExceptionpublic static Deliver.DeliverStatus stringToStatus(String string)
public File getViewContext()
public String getViewtag()
Copyright © 2016–2018. All rights reserved.