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
DeliverException
public static void rollBack(String oldViewTag, Stream oldSourceStream, File context) throws CleartoolException, IOException
CleartoolException
IOException
public void cancel() throws CancelDeliverException
CancelDeliverException
public static void cancel(Stream stream, File context) throws CancelDeliverException
CancelDeliverException
public static void cancel(Stream targetStream) throws ClearCaseException
ClearCaseException
public String getStatus() throws CleartoolException
CleartoolException
public Deliver.DeliverStatus getDeliverStatus() throws CleartoolException
CleartoolException
public static String getStatus(Stream stream) throws CleartoolException
CleartoolException
public boolean isDelivering() throws CleartoolException
CleartoolException
public static boolean isDelivering(Stream stream) throws CleartoolException
CleartoolException
public static Deliver.DeliverStatus stringToStatus(String string)
public File getViewContext()
public String getViewtag()
Copyright © 2016–2018. All rights reserved.